Files
growstuff/config/database.yml
2012-10-06 21:52:40 +01:00

30 lines
512 B
YAML

development:
adapter: sqlite3
database: db/growstuff_dev.sqlite3
pool: 5
timeout: 5000
test:
adapter: sqlite3
database: db/growstuff_test.sqlite3
pool: 5
timeout: 5000
production:
adapter: postgresql
database: growstuff_prod
pool: 5
timeout: 5000
username: growstuff
host: localhost
password: thisisnottherealpassword
staging:
adapter: postgresql
database: growstuff_prod
pool: 5
timeout: 5000
username: growstuff
host: localhost
password: thisisnottherealpassword