fix config naming and update bike db fields

This commit is contained in:
loos
2014-03-12 18:37:19 -05:00
parent 4f83b879cc
commit d77bf467eb
3 changed files with 22 additions and 127 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
development:
adapter: postgresql
database: db/rally_development
database: db/bikedb_development
pool: 5
timeout: 5000
username:
@@ -8,7 +8,7 @@ development:
test:
adapter: postgresql
database: db/rally_test
database: db/bikedb_test
pool: 5
timeout: 5000
username:
@@ -16,7 +16,7 @@ test:
production:
adapter: postgresql
database: db/rally_production
database: db/bikedb_production
pool: 5
timeout: 5000
username: