Skip to content

Commit

Permalink
Use ‘localhost’ as default name for database server
Browse files Browse the repository at this point in the history
Using localhost instead of some random string is much more likely to
actually work out of the box. Also it's a lot easier for a sysamdmin to
'scan' for things that need changing.
  • Loading branch information
alerque committed May 7, 2021
1 parent 708ec66 commit 6c40e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ admin_password = "listmonk"

# Database.
[db]
host = "db"
host = "localhost"
port = 5432
user = "listmonk"
password = "listmonk"
Expand Down

0 comments on commit 6c40e05

Please sign in to comment.