Use ‘localhost’ as default name for database server

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.
This commit is contained in:
Caleb Maclennan 2021-05-07 12:33:22 +03:00
parent 708ec66d9b
commit 6c40e05d2d
No known key found for this signature in database
GPG Key ID: 63CC496475267693
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ admin_password = "listmonk"
# Database.
[db]
host = "db"
host = "localhost"
port = 5432
user = "listmonk"
password = "listmonk"