Using local dev and test databases.
This commit is contained in:
parent
9f6bcd12e4
commit
084c7cf32c
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue