# Required MONGODB_URI=mongodb+srv://username:password@cluster.mongodb.net/database?retryWrites=true MONGODB_METRICS=mongodb+srv://username:password@cluster.mongodb.net/metrics?retryWrites=true FANART_API=your_fanart_api_key_here TMDB_API=your_tmdb_api_key_here HOST_NAME=http://localhost:1337 # Server settings PORT=1337 NODE_ENV=production # Analytics Configuration METRICS_USER=admin METRICS_PASSWORD=your_secure_password_here # Proxy Settings (optional) # Enable proxy to bypass regional blocks TMDB_PROXY_ENABLED=false # Proxy configuration TMDB_PROXY_HOST=127.0.0.1 TMDB_PROXY_PORT=1080 TMDB_PROXY_PROTOCOL=http # Proxy authentication (optional) TMDB_PROXY_AUTH=false TMDB_PROXY_USERNAME=proxy_username TMDB_PROXY_PASSWORD=proxy_password