# Copy to docker/env/musician.env and fill in. CONJURER_MUSICIAN_HOST=0.0.0.0 CONJURER_MUSICIAN_PORT=5000 # Same shared secret as the bot (empty = auth disabled). CONJURER_API_KEY= # Where to POST "now playing" / prepped-track updates (the bot's comm layer). CONJURER_MAIN_BOT=http://BOT_VM_IP:5000 # The mp3 library (mounted volume). CONJURER_MUSIC_FOLDER=/music # Runtime paths (mounted volume) — playlists/logs the service writes. CONJURER_MUSICIAN_BASE=/data CONJURER_LOGSTORE=/data/logs