瀏覽代碼

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.
Caleb Maclennan 4 年之前
父節點
當前提交
6c40e05d2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.toml.sample

+ 1 - 1
config.toml.sample

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