Added funkwhale draft and set variablesfor db ports

This commit is contained in:
2025-01-28 16:54:39 +01:00
parent 6f851973fa
commit 3244b7d62e
19 changed files with 62 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ address = "0.0.0.0:9000"
# Database.
[db]
host = "{{database_host}}"
port = 5432
port = {{database_port}}
user = "{{database_username}}"
password = "{{database_password}}"