From 676725f693dbc437c7de35813333d419c94105a5 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sat, 15 Sep 2012 13:54:07 -0500 Subject: [PATCH] * adding host: localhost to config --- config/database.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 322a29d46..77c6e0e33 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,8 +1,9 @@ test: adapter: postgresql database: jam_ruby_test + host: localhost pool: 3 username: postgres password: postgres timeout: 2000 - encoding: unicode \ No newline at end of file + encoding: unicode