first working version

This commit is contained in:
howard
2025-10-22 20:14:31 +08:00
parent c9767b830b
commit 8dc869634e
118 changed files with 22518 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
DEBUG=False
SECRET_KEY=change-this-in-production
ALLOWED_HOSTS=localhost,127.0.0.1,exam_server
CORS_ALLOWED_ORIGINS=http://localhost,http://localhost:4200
# Data folder paths (inside container)
INPUT_DIR=/data/input
ATTEMPTS_DIR=/data/attempts
OUTPUT_DIR=/data/output
PROGRESS_DIR=/data/progress
MANIFEST_FILE=/data/manifest.json