From a5140f22c8c83756c10089258e9a1335a9cd1459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 Mar 2023 23:08:37 +0200 Subject: [PATCH] fix --- conf/production.yaml | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"