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
23 lines
587 B
Plaintext
23 lines
587 B
Plaintext
HOST=localhost
|
|
PROTOCOL=http
|
|
PORT=3000
|
|
WEB_APP_URL=http://localhost:3001
|
|
WEBHOOK_URL=http://localhost:3000
|
|
APP_ENV=development
|
|
POSTGRES_DATABASE=automatisch_development
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_USERNAME=automatish_development_user
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_ENABLE_SSL=false
|
|
ENCRYPTION_KEY=sample-encryption-key
|
|
WEBHOOK_SECRET_KEY=sample-webhook-key
|
|
APP_SECRET_KEY=sample-app-secret-key
|
|
REDIS_PORT=6379
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_USERNAME=redis_username
|
|
REDIS_PASSWORD=redis_password
|
|
REDIS_TLS=true
|
|
ENABLE_BULLMQ_DASHBOARD=false
|
|
SERVE_WEB_APP_SEPARATELY=true
|