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.

24 lines
343 B

11 years ago
development:
adapter: postgresql
database: db/bikedb_development
11 years ago
pool: 5
timeout: 5000
username:
password:
test:
adapter: postgresql
database: db/bikedb_test
11 years ago
pool: 5
timeout: 5000
username:
password:
production:
adapter: postgresql
database: db/bikedb_production
11 years ago
pool: 5
timeout: 5000
username:
password: