mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
password_couchdb_admin
This commit is contained in:
parent
92b1e0a61a
commit
2e8373397a
2 changed files with 2 additions and 4 deletions
|
@ -64,9 +64,7 @@ ram.runtime = "50M"
|
|||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.password]
|
||||
|
||||
[install.password.couchdb]
|
||||
[install.password_couchdb_admin]
|
||||
# couchdb admin password
|
||||
type = password
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
|
||||
# Not stored by default
|
||||
ynh_app_setting_set --app=$app --key=password --value="$password"
|
||||
ynh_app_setting_set --app=$app --key=password --value="$password_couchdb_admin"
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue