mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
20 lines
642 B
YAML
20 lines
642 B
YAML
# Where the homeserver is located (client-server URL)
|
|
homeserverUrl: "https://matrix.org"
|
|
|
|
# The access token for the bot to use
|
|
accessToken: "YOUR_TOKEN_HERE"
|
|
|
|
# The directory the bot should store various bits of information in
|
|
dataPath: "/data/storage"
|
|
|
|
# Whether the bot should autojoin rooms it is invited to or not
|
|
autojoin: true
|
|
|
|
# The room ID where people can use the bot. The bot has no access controls, so
|
|
# anyone in this room can use the bot - secure your room!
|
|
managementRoom: "#moderators:example.org"
|
|
|
|
# A list of ban lists to follow (matrix.to URLs)
|
|
banLists:
|
|
- "https://matrix.to/#/#sample-ban-list:t2bot.io" # S.A.M.P.L.E.
|