syllabus/.env.example
2026-01-08 13:26:15 -05:00

21 lines
301 B
Plaintext

# Environment Configuration
# Copy this file to .env and update with your actual values
# Data directories
DATA_DIR=/data
TEMP_DIR=/temp
# Logging
LOG_LEVEL=DEBUG
# Cache settings (TTL in seconds)
CACHE_TTL=3600
# Audio quality
AUDIO_QUALITY=192
# API settings
HOST=0.0.0.0
PORT=8000
DEBUG=False