Point at 127.0.0.1 to avoid unix sockets

This commit is contained in:
Jonathon Wilson 2012-11-17 13:39:24 -06:00
parent 7e6276e04c
commit 5b6360c709
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
build.connopts=dbname:jam_db_build
build.oob_connopts=dbname:postgres user:postgres password:postgres host:localhost
build.connopts=dbname:jam_db_build user:postgres password:postgres host:127.0.0.1
build.oob_connopts=dbname:postgres user:postgres password:postgres host:127.0.0.1