You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
508 B
33 lines
508 B
development:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: bike_bike_dev
|
|
username: bike_bike
|
|
password: admin
|
|
host: 127.0.0.1
|
|
port: 5432
|
|
pool: 5
|
|
|
|
|
|
test: &test
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: bike_bike_test
|
|
username: bike_bike
|
|
password: admmin
|
|
host: 127.0.0.1
|
|
port: 5432
|
|
pool: 5
|
|
|
|
production:
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
database: bike_bike
|
|
username: bike_bike
|
|
password: admin
|
|
host: 127.0.0.1
|
|
port: 5432
|
|
pool: 5
|
|
|
|
cucumber:
|
|
<<: *test
|
|
|