1
0
Fork 0
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:
Chris Vogel 2024-02-24 15:23:16 +01:00
parent 92b1e0a61a
commit 2e8373397a
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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