17 lines
232 B
Plaintext
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
|