Fix #14 make mastodon instance configurable

This commit is contained in:
2023-04-04 12:45:27 +02:00
parent 5dd20cd6a0
commit a3751c985b
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,8 @@
HASHTAG_FILTER = ichlausche,music,musik,nowplaying,tunetuesday,nowlistening
URL_FILTER = song.link,album.link,spotify.com,music.apple.com,bandcamp.com
YOUTUBE_API_KEY = CHANGE_ME
MASTODON_INSTANCE = 'metalhead.club'
VERBOSE = false
PUBLIC_REFRESH_INTERVAL = 10000
PUBLIC_REFRESH_INTERVAL = 10000
PUBLIC_MASTODON_INSTANCE_DISPLAY_NAME = 'Metalhead.club'