Point at 127.0.0.1 to avoid unix sockets
This commit is contained in:
parent
7e6276e04c
commit
5b6360c709
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue