diff --git a/conf/production.yaml b/conf/production.yaml index 8bc588e..1ef6d43 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -47,7 +47,7 @@ database: hostname: 'localhost' port: 5432 ssl: false - suffix: '___APP__' + suffix: '' username: '__DB_USER__' password: '__DB_PWD__' pool: diff --git a/scripts/install b/scripts/install index c075705..c1fd499 100644 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,7 @@ ynh_app_setting_set --app=$app --key=secrets_peertube --value=$secrets_peertube #================================================= # INSTALL DEPENDENCIES #================================================= -#REMOVEME? ynh_script_progression --message="Installing dependencies..." +ynh_script_progression --message="Installing dependencies..." ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies"