mastodon-spacestate/config.py.dist
Hillebrand van de Groep 17b88d752f initial commit
2022-12-18 17:39:22 +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'