# Logging
# LOG_LEVEL=WARN

# --- Security ---
# CRITICAL: Secret key for encrypting addon configuration.
# Generate one using:
#   Linux/macOS: openssl rand -hex 32
#   Windows (PowerShell): -join ((0..31) | ForEach-Object { '{0:x2}' -f (Get-Random -Minimum 0 -Maximum 255) })
#   Or: [System.Guid]::NewGuid().ToString("N") + [System.Guid]::NewGuid().ToString("N") (ensure it's 64 chars)
ENCRYPTION_KEY=

# Number of workers for the Uvicorn server.
# Adjust based on your server's CPU cores.
UVICORN_WORKERS=2

# Output catalogs for movies and series in addition to search
ENABLE_FEED_CATALOGS=true

# Redis configuration
REDIS_HOST=stremio-ai-companion_redis
REDIS_PORT=6379
REDIS_DB=0