From 4e2549d34722026b967006aa6c184c39e0265a1c Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 20 Jun 2013 11:49:36 +1000 Subject: [PATCH] Add host setting, required for authenticating local DBs --- config/database.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/database.yml b/config/database.yml index 9633824f0f..3e0db65bae 100644 --- a/config/database.yml +++ b/config/database.yml @@ -3,6 +3,7 @@ development: encoding: unicode database: open_food_web_dev pool: 5 + host: localhost username: ofw password: f00d @@ -11,6 +12,7 @@ test: encoding: unicode database: open_food_web_test pool: 5 + host: localhost username: ofw password: f00d