Using local dev and test databases.

This commit is contained in:
Christoph Haas 2015-04-23 17:22:09 +02:00
parent 9f6bcd12e4
commit 084c7cf32c

View file

@ -7,10 +7,10 @@ development:
#adapter: sqlite3
#database: db/development.sqlite3
adapter: postgresql
database: debshots
database: debshots_dev
username: debshots
password: shootme
host: torf
password: GonwannEn0
host: localhost
pool: 5
timeout: 5000
@ -19,10 +19,10 @@ development:
# Do not set this db to the same as development or production.
test:
adapter: postgresql
database: debshots
database: debshots_test
username: debshots
password: shootme
host: torf
password: GonwannEn0
host: localhost
pool: 5
timeout: 5000