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