mastodon-spacestate/config.py.dist
polyfloyd 11c94f47cf Revert "will now update profile pic based upon spacestate if configured"
This reverts commit a352f3e442.

The profile image is cached too aggressively for this scheme to work
2023-01-22 13:08:56 +01:00

14 lines
No EOL
372 B
Text

mqtt_server = 'mqtt.bitlair.nl'
mqtt_port = 1883
spacestate_topic = 'bitlair/state/bitlair'
open_string = 'open'
closed_string = 'closed'
spacestate_profile_key = 'Spacestate'
open_profile_field = 'Open! @ {}'
closed_profile_field = 'Closed @ {}'
profile_fields = [('Website', 'https://bitlair.nl/')]
access_token = 'aaaaAAAAaaaa1234'
homeserver = 'https://hsnl.social'