Files
openfoodnetwork/config/database.yml
2013-10-19 09:43:10 +11:00

34 lines
579 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
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