Add comment explicitly stating that DB has to be created externally. Closes #830.

This commit is contained in:
Kailash Nadh 2022-07-14 10:52:41 +05:30
parent b44d0a653a
commit 0cd41ed9c4

View file

@ -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