mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added funkwhale draft and set variablesfor db ports
This commit is contained in:
@@ -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}}"
|
||||
|
||||
|
Reference in New Issue
Block a user