1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
This commit is contained in:
Éric Gaspar 2023-03-27 23:08:37 +02:00
parent 1ff441aba1
commit a5140f22c8
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ database:
hostname: 'localhost'
port: 5432
ssl: false
suffix: '___APP__'
suffix: ''
username: '__DB_USER__'
password: '__DB_PWD__'
pool:

View file

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