-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_config.toml
More file actions
17 lines (13 loc) · 914 Bytes
/
example_config.toml
File metadata and controls
17 lines (13 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Matrix login credentials
#user = "botname"
#password = "bot_password"
#homeserver_url = "https://your.matrix-homeserver.com"
# OBS backends - only opensuse.org and suse.de supported at the moment
#backends = ["opensuse.org", "suse.de"]
# Optional: Bot only interprets messages starting with this prefix
#prefix = "obsbot:"
# Optional: default subscriptions, to subscribe to at startup. List of (room, URL) to go through
# room: That is the matrix interal room-key. You can get this usually via the room-settings under "Advanced"
# Note: Error-handling is minimal here. Errors in URLs or rooms won't cause aborts, but simply no or wrong subscriptions.
#default_subs = [["!sIdZOJxxgKCJANAvTJ:your.matrix-homeserver.com", "https://build.opensuse.org/request/show/777777"],
# ["!sIdZOJxxgKCJANAvTJ:your.matrix-homeserver.com", "https://build.suse.de/package/show/home:YOU/hello_world"]]