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.
|
|
|
development:
|
|
|
|
adapter: postgresql
|
|
|
|
database: db/bikedb_development
|
|
|
|
pool: 5
|
|
|
|
timeout: 5000
|
|
|
|
username:
|
|
|
|
password:
|
|
|
|
|
|
|
|
test:
|
|
|
|
adapter: postgresql
|
|
|
|
database: db/bikedb_test
|
|
|
|
pool: 5
|
|
|
|
timeout: 5000
|
|
|
|
username:
|
|
|
|
password:
|
|
|
|
|
|
|
|
staging:
|
|
|
|
adapter: postgresql
|
|
|
|
database: db/bikedb_staging
|
|
|
|
pool: 5
|
|
|
|
timeout: 5000
|
|
|
|
username:
|
|
|
|
password:
|
|
|
|
|
|
|
|
production:
|
|
|
|
adapter: postgresql
|
|
|
|
database: db/bikedb_production
|
|
|
|
pool: 5
|
|
|
|
timeout: 5000
|
|
|
|
username:
|
|
|
|
password:
|