1
0
Fork 0
beathaven/config/database.example.yml

16 lines
265 B
YAML
Raw Normal View History

2012-08-25 20:48:13 +00:00
development: &defaults
adapter: postgresql
encoding: unicode
database: beathaven_development
pool: 5
username: beathaven
password: beathaven
test:
<<: *defaults
database: beathaven_test
production:
<<: *defaults
database: beathaven_production