try to default to sockets, so less people have issues configuring in prd

This commit is contained in:
Sam 2014-01-06 12:25:29 +11:00
parent 887ac10013
commit c7d99a288b
1 changed files with 4 additions and 3 deletions

View File

@ -23,10 +23,11 @@ db_timeout = 5000
db_socket = db_socket =
# host address for db server # 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 # port running db server, no need to set it
db_port = 5432 db_port =
# database name running discourse # database name running discourse
db_name = discourse db_name = discourse