switch hardcoded websub hub to env variable

This commit is contained in:
2025-07-20 11:39:23 +02:00
parent 74bc0a18da
commit 245995c32d
3 changed files with 8 additions and 7 deletions

View File

@ -10,8 +10,8 @@ BASE_URL = 'https://moshingmammut.phlaym.net'
VERBOSE = false
DEBUG_LOG = false
IGNORE_USERS = @moshhead@metalhead.club
WEBSUB_HUB = 'http://pubsubhubbub.superfeedr.com'
PUBLIC_WEBSUB_HUB = 'http://pubsubhubbub.superfeedr.com'
PUBLIC_REFRESH_INTERVAL = 10000
PUBLIC_MASTODON_INSTANCE_DISPLAY_NAME = 'Metalhead.club'
PORT = 3001