Use Postgresql in tests
This commit is contained in:
parent
3c3463d33f
commit
a4f8e6f5b2
2 changed files with 14 additions and 12 deletions
|
@ -7,9 +7,9 @@ APP_LOG_LEVEL=warning
|
|||
DB_CONNECTION=pgsql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=
|
||||
DB_USERNAME=
|
||||
DB_PASSWORD=
|
||||
DB_DATABASE=jbuktest
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=postgres
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue