Config is proper, auth logic OK, update readme
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user