aboutsummaryrefslogtreecommitdiff
path: root/ezau-sample.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ezau-sample.toml')
-rw-r--r--ezau-sample.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/ezau-sample.toml b/ezau-sample.toml
index e22083b..302f9dd 100644
--- a/ezau-sample.toml
+++ b/ezau-sample.toml
@@ -36,3 +36,25 @@ auth_token = "foobar"
# Channel ID of the channel to which the message should be posted.
# (mandatory)
channel_id = 123
+
+# Matrix messaging section.
+# Seee Discord notes.
+# (optional)
+[matrix]
+# Matrix homeserver for the user
+# (mandatory)
+homeserver = "https://awesome-matrix-server.org"
+# Matrix username
+# (mandatory)
+username = "foobar"
+# Matrix password
+# (mandatory)
+password = "secret-foo"
+# Device ID
+# If not given, a new one will be created - it is advised though to supply it
+# after the first connection.
+# (optional)
+device_id = "ASDFGH"
+# Room ID to which the message should be posted
+# (mandatory)
+room_id = "!room123456:homeserver.org"