mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add host setting, required for authenticating local DBs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user