Add comment explicitly stating that DB has to be created externally. Closes #830.
This commit is contained in:
parent
b44d0a653a
commit
0cd41ed9c4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue