# SI Quiz — Environment Variables # Copy this file to .env and adjust as needed. # docker-compose.yml reads these automatically. # Path to the SQLite database (inside the container) DB_PATH=/data/si-quiz.db # Path to config and question files (relative to /app inside container) CONFIG_PATH=config.json QUESTIONS_PATH=questions.json