From 5b6360c7093504389a9bd01c4d084b975b699087 Mon Sep 17 00:00:00 2001 From: Jonathon Wilson Date: Sat, 17 Nov 2012 13:39:24 -0600 Subject: [PATCH] Point at 127.0.0.1 to avoid unix sockets --- .pg_migrate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pg_migrate b/.pg_migrate index 00afc326e..f4e8722af 100644 --- a/.pg_migrate +++ b/.pg_migrate @@ -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