mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 07:00:27 -05:00
10 lines
361 B
Python
10 lines
361 B
Python
|
|
###########################################################################
|
|
# 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"
|
|
###########################################################################
|