Files
2025-10-22 20:14:31 +08:00

13 lines
332 B
Plaintext

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