1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Attempt to fix the db suffix thingy...

This commit is contained in:
Alexandre Aubin 2023-12-27 16:13:33 +01:00
parent b445312f4e
commit 63433a0646
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -5,6 +5,8 @@
#=================================================
nodejs_version=20
# Obtain the (empty string), __2, __3, cf the DB suffix in production.yaml...
db_suffix="$(echo $app | sed 's/peertube//g')"
#=================================================
# PERSONAL HELPERS