Browse Source

password_couchdb_admin

Chris Vogel 1 year ago
parent
commit
2e8373397a
2 changed files with 2 additions and 4 deletions
  1. 1 3
      manifest.toml
  2. 1 1
      scripts/install

+ 1 - 3
manifest.toml

@@ -64,9 +64,7 @@ ram.runtime = "50M"
     type = "group"
     type = "group"
     default = "visitors"
     default = "visitors"
 
 
-	[install.password]
-
-	[install.password.couchdb]
+    [install.password_couchdb_admin]
     # couchdb admin password
     # couchdb admin password
     type = password
     type = password
 
 

+ 1 - 1
scripts/install

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