# Ohm Stream Downloader Environment Configuration # Application APP_NAME=Ohm Stream Downloader APP_VERSION=2.2 DEBUG=false # Server Configuration HOST=0.0.0.0 PORT=3000 RELOAD=true # Download Settings DOWNLOAD_DIR=downloads MAX_PARALLEL_DOWNLOADS=3 CHUNK_SIZE=1048576 # CORS Origins (comma-separated) CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000,http://192.168.1.204:3000 # Storage Paths FAVORITES_STORAGE_PATH=favorites.json SONARR_CONFIG_PATH=config/sonarr.json SONARR_MAPPINGS_PATH=config/sonarr_mappings.json # API Timeouts HTTP_TIMEOUT=10.0 DOWNLOAD_TIMEOUT=300 # Logging LOG_LEVEL=INFO