matrix-moderation-tool/hardcoded_variables.py

12 lines
397 B
Python

###########################################################################
# These values can be hard coded for easier usage: #
homeserver_url = "matrix.example.org"
base_url = "example.org"
access_token = ""
# ipinfo.io token
ipinfo_token = ""
# rdlist specific
rdlist_bot_username = "mod_team"
###########################################################################