From 9f4c565308533806534dad19c14ce17a861914d1 Mon Sep 17 00:00:00 2001 From: tihot_jk Date: Wed, 3 Oct 2012 00:28:27 -0700 Subject: [PATCH] Fixing the peer auth issue --- .pg_migrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pg_migrate b/.pg_migrate index e19fb90af..00afc326e 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 +build.oob_connopts=dbname:postgres user:postgres password:postgres host:localhost