Bike database interface
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.
 
 
 
 
 
 

23 lines
343 B

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:
production:
adapter: postgresql
database: db/bikedb_production
pool: 5
timeout: 5000
username:
password: