21 lines
273 B
Plaintext
21 lines
273 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
|
|
|
|
cucumber:
|
|
<<: *test
|