Skip to content

Commit

Permalink
Add comment explicitly stating that DB has to be created externally. C…
Browse files Browse the repository at this point in the history
…loses #830.
  • Loading branch information
knadh committed Jul 14, 2022
1 parent b44d0a6 commit 0cd41ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cd41ed

Please sign in to comment.