PORT=3000 DWENGO_RUN_MODE=staging DWENGO_DB_HOST=db DWENGO_DB_PORT=5432 DWENGO_DB_USERNAME=postgres DWENGO_DB_PASSWORD=postgres DWENGO_DB_UPDATE=false DWENGO_AUTH_STUDENT_URL=http://localhost/idp/realms/student DWENGO_AUTH_STUDENT_CLIENT_ID=dwengo DWENGO_AUTH_STUDENT_JWKS_ENDPOINT=http://idp:7080/idp/realms/student/protocol/openid-connect/certs DWENGO_AUTH_TEACHER_URL=http://localhost/idp/realms/teacher DWENGO_AUTH_TEACHER_CLIENT_ID=dwengo DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://idp:7080/idp/realms/teacher/protocol/openid-connect/certs # Allow Vite dev-server to access the backend (for testing purposes). Don't forget to remove this in production! #DWENGO_CORS_ALLOWED_ORIGINS=http://localhost/,127.0.0.1:80,http://127.0.0.1,http://localhost:80,http://127.0.0.1:80,localhost DWENGO_CORS_ALLOWED_ORIGINS=http://localhost/*,http://idp:7080,https://idp:7080 # Logging and monitoring DWENGO_LOGGING_LEVEL=debug DWENGO_LOGGING_LOKI_HOST=http://logging:3102 DWENGO_CACHE_HOST=caching DWENGO_CACHE_TTL=86400