From 30765dfd3c3d7f31f52410f3550d5e7621e2d49a Mon Sep 17 00:00:00 2001 From: Gerald Schmittinger Date: Sun, 20 Apr 2025 11:32:10 +0200 Subject: [PATCH] chore: Onnodige bestanden verwijderd. --- .gitignore | 2 ++ backend/.env-old | 21 --------------------- backend/dwengo | 0 frontend/.gitignore | 4 ---- 4 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 backend/.env-old delete mode 100644 backend/dwengo diff --git a/.gitignore b/.gitignore index d3905d1f..e10668cd 100644 --- a/.gitignore +++ b/.gitignore @@ -738,3 +738,5 @@ flycheck_*.el /network-security.data docs/.venv +idp_data/h2/keycloakdb.mv.db +idp_data/h2/keycloakdb.trace.db diff --git a/backend/.env-old b/backend/.env-old deleted file mode 100644 index bedfb0b7..00000000 --- a/backend/.env-old +++ /dev/null @@ -1,21 +0,0 @@ -PORT=3000 -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 - -LOKI_HOST=http://logging:3102 diff --git a/backend/dwengo b/backend/dwengo deleted file mode 100644 index e69de29b..00000000 diff --git a/frontend/.gitignore b/frontend/.gitignore index fdd6c7a3..aef72d03 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -31,7 +31,3 @@ coverage test-results/ playwright-report/ - -backend/dwengo -dwengo -idp_data/*