try to default to sockets, so less people have issues configuring in prd
This commit is contained in:
parent
887ac10013
commit
c7d99a288b
|
@ -23,10 +23,11 @@ db_timeout = 5000
|
|||
db_socket =
|
||||
|
||||
# host address for db server
|
||||
db_host = localhost
|
||||
# This is set to blank so it tries to use sockets first
|
||||
db_host =
|
||||
|
||||
# port running db server
|
||||
db_port = 5432
|
||||
# port running db server, no need to set it
|
||||
db_port =
|
||||
|
||||
# database name running discourse
|
||||
db_name = discourse
|
||||
|
|
Loading…
Reference in New Issue