diff --git a/config.toml.sample b/config.toml.sample index 4b178e2..bf157e3 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -18,7 +18,10 @@ host = "localhost" port = 5432 user = "listmonk" password = "listmonk" + +# Ensure that this database has been created in Postgres. database = "listmonk" + ssl_mode = "disable" max_open = 25 max_idle = 25