mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
26 lines
437 B
YAML
26 lines
437 B
YAML
development:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: open_food_web_dev
|
|
pool: 5
|
|
host: localhost
|
|
username: ofw
|
|
password: f00d
|
|
|
|
test:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: open_food_web_test
|
|
pool: 5
|
|
host: localhost
|
|
username: ofw
|
|
password: f00d
|
|
|
|
#not used with heroku
|
|
production:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: open_food_web_prod
|
|
pool: 5
|
|
username: ofw
|
|
password: f00d |