# Plan-B-Music — Windows music-render worker # NAS Redis 큐 REDIS_URL=redis://192.168.45.54:6379 # NAS internal webhook NAS_BASE_URL=http://192.168.45.54:18600 INTERNAL_API_KEY=__copy_from_nas_dotenv__ # Suno API (sunoapi.org 래퍼) — NAS .env에서 옮겨옴 SUNO_API_KEY=__paste_suno_key_here__ # MusicGen 호스트 (Windows native Python — 박재오 PC localhost) MUSIC_AI_SERVER_URL=http://host.docker.internal:8765 # NAS SMB mount 안의 음악 디렉토리 MUSIC_MEDIA_ROOT=/mnt/nas/webpage/data/music # nginx 서빙 prefix (NAS webhook payload용) MUSIC_MEDIA_URL_PREFIX=/media/music