Config is proper, auth logic OK, update readme

This commit is contained in:
Christopher Vagnetoft
2026-01-17 17:53:16 +01:00
parent 278c9d8d68
commit b5de63e225
4 changed files with 99 additions and 9 deletions

View File

@@ -14,13 +14,13 @@ servers:
# this is where you can send messages to
channels:
# redirect topics directly
serverevents:
destination: default/sometopicnameforserverevents
otherevents:
destination: default/someothertopicnameforevents
"serverevents":
destination: "default/sometopicnameforserverevents"
"otherevents":
destination: "default/someothertopicnameforevents"
# parse and use only part of topic
"prefix_{topic}":
destination: prefixed/{topic}
destination: "prefixed/{topic}"
# or append a prefix to the topic
"{topic}":
destination: prefixing/prefix_{topic}
destination: "prefixing/prefix_{topic}"