re-add vars file (whoops)

This commit is contained in:
PC-Admin 2023-07-10 04:59:30 +08:00
parent 96c1d5b94e
commit da1322dc8d

9
hardcoded_variables.py Normal file
View File

@ -0,0 +1,9 @@
###########################################################################
# These values can be hard coded for easier usage: #
homeserver_url = "matrix.example.org"
base_url = "example.org"
access_token = ""
# rdlist specific
rdlist_bot_username = "mod_team"
###########################################################################