first working version
This commit is contained in:
12
exam_system/exam_server/env.example
Normal file
12
exam_system/exam_server/env.example
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user