Use Postgresql in tests

This commit is contained in:
Jonny Barnes 2020-10-17 12:09:01 +01:00
parent 3c3463d33f
commit a4f8e6f5b2
2 changed files with 14 additions and 12 deletions

View file

@ -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