mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
changed listmonk db parameters
This commit is contained in:
@@ -14,13 +14,13 @@ admin_password = "{{listmonk_admin_password}}"
|
||||
|
||||
# Database.
|
||||
[db]
|
||||
host = "database"
|
||||
host = "{{database_host}}"
|
||||
port = 5432
|
||||
user = "listmonk"
|
||||
password = "{{listmonk_database_password}}"
|
||||
user = "{{database_user}}"
|
||||
password = "{{database_password}}"
|
||||
|
||||
# Ensure that this database has been created in Postgres.
|
||||
database = "listmonk"
|
||||
database = "{{database_databasename}}"
|
||||
|
||||
ssl_mode = "disable"
|
||||
max_open = 25
|
||||
|
Reference in New Issue
Block a user