scube-server/config/database.yml.sample
2011-09-14 17:39:14 +00:00

18 lines
250 B
Plaintext

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