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