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"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[install.password]
|
[install.password_couchdb_admin]
|
||||||
|
|
||||||
[install.password.couchdb]
|
|
||||||
# couchdb admin password
|
# couchdb admin password
|
||||||
type = password
|
type = password
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Not stored by default
|
# 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
|
# NGINX CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue