1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 09:33:23 -05:00

lk | add staging env to database.yml

This commit is contained in:
Loos 2015-09-08 10:16:27 -05:00
parent da0a98e73d
commit 2edbcb5bbf

View File

@ -14,6 +14,14 @@ test:
username: username:
password: password:
staging:
adapter: postgresql
database: db/bikedb_staging
pool: 5
timeout: 5000
username:
password:
production: production:
adapter: postgresql adapter: postgresql
database: db/bikedb_production database: db/bikedb_production