listmonk/config.toml.tmpl
Javielico c0445167bd
All checks were successful
continuous-integration/drone/push Build is passing
Changes due to version 4 upgrade remove admin/user cred generation
2024-10-29 15:54:10 +00:00

15 lines
250 B
Cheetah

[app]
address = "0.0.0.0:9000"
# Database.
[db]
host = "{{ env "LISTMONK_DB_HOST" }}"
port = 5432
user = "listmonk"
password = "{{ secret "db_password" }}"
database = "listmonk"
ssl_mode = "disable"
max_open = 25
max_idle = 25
max_lifetime = "300s"