# MongoDB connection URI inside docker-compose network MONGODB_URI=mongodb://mongodb:27017/accujuris # Database Name DB_NAME=accujuris # Secret key for JWT authentication # IMPORTANT: Change this in production! JWT_SECRET=docker_secret_key_change_me_in_prod # OCR Languages (e.g., mal+eng) OCR_LANGS=mal+eng # PII Redaction Feature Flag PII_REDACTION_ENABLED=True