# Episteme API Configuration
# API Authentication
# Comma-separated list of API keys for authentication
# Generate secure random keys: python -c "import secrets; print(secrets.token_urlsafe(32))"
# Leave empty or unset for development mode (no authentication)
EPISTEME_API_KEYS=your-secret-key-1,your-secret-key-2
# Server Configuration
UVICORN_PORT=8000
UVICORN_HOST=0.0.0.0
# Base directory for data (optional, defaults to project root)
# EPISTEME_BASE_DIR=/app