feat: Add env file existince check for test suite

This commit is contained in:
Faruk AYDIN
2023-09-14 12:25:09 +02:00
parent 224965b91e
commit 2661e7102f
4 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
APP_ENV=test
HOST=localhost
PROTOCOL=http
PORT=3000
LOG_LEVEL=debug
WEBHOOK_SECRET_KEY=secret
POSTGRES_DATABASE=automatisch_test
POSTGRES_PORT=5432
POSTGRES_HOST=localhost
POSTGRES_USERNAME=automatisch_test_user
POSTGRES_PASSWORD=
POSTGRES_ENABLE_SSL=false
ENCRYPTION_KEY=secret
APP_SECRET_KEY=secret
REDIS_PORT=6379
REDIS_HOST=127.0.0.1