diff --git a/config.toml.sample b/config.toml.sample index 21c2d00..d1022a3 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -11,7 +11,7 @@ admin_password = "listmonk" # Database. [db] -host = "db" +host = "localhost" port = 5432 user = "listmonk" password = "listmonk"