mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-03 14:24:02 +00:00
12 lines
335 B
YAML
12 lines
335 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
|