mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 04:31:13 +01:00
Solved bug
This commit is contained in:
parent
1e8683bd62
commit
41b409c8d5
@ -16,7 +16,7 @@ admin_password = "{{listmonk_admin_password}}"
|
||||
[db]
|
||||
host = "{{database_host}}"
|
||||
port = 5432
|
||||
user = "{{database_user}}"
|
||||
user = "{{database_username}}"
|
||||
password = "{{database_password}}"
|
||||
|
||||
# Ensure that this database has been created in Postgres.
|
||||
|
Loading…
Reference in New Issue
Block a user