2025SELab2-project-Dwengo/backend/.env.test
Gabriellvl 67cf87dc9b Merge remote-tracking branch 'origin/dev' into fix/testdata-niet-meer-correct-opgezet
# Conflicts:
#	backend/tests/controllers/teachers.test.ts
2025-05-16 12:51:18 +02:00

29 lines
806 B
Text

#
# Test environment configuration
#
# Should not need to be modified.
# See .env.example for more information.
#
### Advanced configuration ###
### Dwengo ###
DWENGO_PORT=3000
DWENGO_RUN_MODE=test
DWENGO_DB_NAME=":memory:"
DWENGO_DB_UPDATE=true
DWENGO_AUTH_STUDENT_URL=http://localhost:7080/realms/student
DWENGO_AUTH_STUDENT_CLIENT_ID=dwengo
DWENGO_AUTH_STUDENT_JWKS_ENDPOINT=http://localhost:7080/realms/student/protocol/openid-connect/certs
DWENGO_AUTH_TEACHER_URL=http://localhost:7080/realms/teacher
DWENGO_AUTH_TEACHER_CLIENT_ID=dwengo
DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://localhost:7080/realms/teacher/protocol/openid-connect/certs
DWENGO_CORS_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000,http://localhost:9876,*
### Advanced configuration ###
DWENGO_LOGGING_LEVEL=debug