scube-server/config/database.yml.sample
2015-04-30 11:49:19 +00:00

17 lines
232 B
Plaintext

common: &common
adapter: postgresql
encoding: unicode
pool: 5
development:
<<: *common
database: scube_development
test: &test
<<: *common
database: scube_test
production:
<<: *common
database: scube_production