mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +00:00
Tag: 2.0
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
# Musician service configuration
|
||||
|
||||
CONJURER_API_KEY=HACKME!
|
||||
|
||||
CONJURER_MAIN_BOT=http://conjurer-bot:5000
|
||||
CONJURER_MUSIC_TRACKER_ENDPOINT=/prepped_tracks
|
||||
|
||||
CONJURER_MUSICIAN_HOST=0.0.0.0
|
||||
CONJURER_MUSICIAN_PORT=5000
|
||||
|
||||
CONJURER_MUSIC_FOLDER=/data/music
|
||||
CONJURER_PRIORITY_FOLDER=/data/priority
|
||||
CONJURER_ALL_PLAYLIST=/data/playlists/all_playlist.playlist
|
||||
CONJURER_HIT_PLAYLIST=/data/playlists/hit.playlist
|
||||
CONJURER_REQUEST_PLAYLIST=/data/playlists/request.playlist
|
||||
CONJURER_PRIORITY_PLAYLIST=/data/playlists/priority_queue.playlist
|
||||
CONJURER_STREAM_TEMPLATE=/data/templates/stream.html
|
||||
|
||||
CONJURER_RADIO_LOG=/data/logs/radio.log
|
||||
CONJURER_PERSISTENCE_LOG=/data/logs/persistence.log
|
||||
Reference in New Issue
Block a user