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

16 lines
265 B
YAML

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