mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 15:10:26 -05:00
re-add vars file (whoops)
This commit is contained in:
parent
96c1d5b94e
commit
da1322dc8d
9
hardcoded_variables.py
Normal file
9
hardcoded_variables.py
Normal 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"
|
||||||
|
###########################################################################
|
Loading…
Reference in New Issue
Block a user