Add host setting, required for authenticating local DBs

This commit is contained in:
David Cook
2013-06-20 11:49:36 +10:00
parent 65af89c962
commit 4e2549d347

View File

@@ -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