test changed from sqlite3 to postgres
This commit is contained in:
parent
cc181c21ac
commit
3f23d66ea9
1 changed files with 5 additions and 1 deletions
|
|
@ -43,4 +43,8 @@ development:
|
|||
# Do not set this db to the same as development or production.
|
||||
test:
|
||||
<<: *default
|
||||
database: storage/test.sqlite3
|
||||
adapter: postgresql
|
||||
database: debshots_test
|
||||
username: debshots_tests
|
||||
password: GonwannEn0
|
||||
host: localhost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue