mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
35 lines
609 B
YAML
35 lines
609 B
YAML
development:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: open_food_network_dev
|
|
pool: 5
|
|
host: localhost
|
|
username: ofn
|
|
password: f00d
|
|
|
|
test:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: open_food_network_test<%= ENV['TEST_ENV_NUMBER'] %>
|
|
pool: 5
|
|
host: localhost
|
|
username: ofn
|
|
password: f00d
|
|
|
|
#not used with heroku
|
|
production:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: open_food_network_prod
|
|
pool: 5
|
|
username: ofn
|
|
password: f00d
|
|
|
|
staging:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: open_food_network_prod
|
|
pool: 5
|
|
username: ofn
|
|
password: f00d
|