34 lines
1 KiB
YAML
34 lines
1 KiB
YAML
# Welcome to the sample config file
|
|
# Below you will find various config sections and options
|
|
# Default values are shown
|
|
|
|
# Options for connecting to the bot's Matrix account
|
|
matrix:
|
|
# The Matrix User ID of the bot account
|
|
user_id: "@fakes_user:matrix.example.com"
|
|
# Matrix account password (optional if access token used)
|
|
user_password: "password"
|
|
# Matrix account access token (optional if password used)
|
|
#user_token: ""
|
|
# The URL of the homeserver to connect to
|
|
url: https://matrix.example.com
|
|
# The device ID that is **non pre-existing** device
|
|
# If this device ID already exists, messages will be dropped silently in encrypted rooms
|
|
device_id: ABCDEFGHIJ
|
|
room: "!abcdefgh:matrix.example.com"
|
|
|
|
webhook:
|
|
address: 0.0.0.0
|
|
port: 8080
|
|
|
|
alertmanager:
|
|
url: http://localhost:9093
|
|
|
|
cache:
|
|
# The path to a directory for caching alerts and silences
|
|
path: "data/cache"
|
|
|
|
storage:
|
|
# The path to a directory for internal bot storage
|
|
# containing encryption keys, sync tokens, etc.
|
|
path: "data/store"
|