Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
APP_ENV=test
|
|
HOST=localhost
|
|
PROTOCOL=http
|
|
PORT=3000
|
|
LOG_LEVEL=debug
|
|
ENCRYPTION_KEY=sample_encryption_key
|
|
WEBHOOK_SECRET_KEY=sample_webhook_secret_key
|
|
APP_SECRET_KEY=sample_app_secret_key
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_DATABASE=automatisch_test
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USERNAME=automatisch_test_user
|
|
POSTGRES_PASSWORD=automatisch_test_user_password
|
|
REDIS_HOST=localhost
|
|
AUTOMATISCH_CLOUD=true
|