# Server Configuration PORT=8889 # Storage path for downloaded MP3 files STORAGE_PATH=/var/hanasuba/music # Python path (optional, default: python3) PYTHON_PATH=python3 # yt-dlp path (optional, default: yt-dlp) YTDLP_PATH=yt-dlp # CORS (optional, default: *) ALLOWED_ORIGINS=* # Environment NODE_ENV=production