Merge pull request #11553 from lafirest/chore/example
chore: comment mountpoints to support direct copy-paste used
This commit is contained in:
commit
e9583c6ab8
|
@ -5,7 +5,7 @@ listeners.quic.my_quick_listener_name {
|
|||
bind = 14567 ## or with an IP, e.g. "127.0.0.1:14567"
|
||||
|
||||
## When publishing or subscribing, prefix all topics with a mountpoint string
|
||||
mountpoint = "${clientid}/msg"
|
||||
## mountpoint = "${clientid}/msg"
|
||||
|
||||
## Client authentication
|
||||
## Type:
|
||||
|
|
|
@ -11,7 +11,7 @@ listeners.tcp.my_tcp_listener_name {
|
|||
proxy_protocol_timeout = 8
|
||||
|
||||
## When publishing or subscribing, prefix all topics with a mountpoint string
|
||||
mountpoint = "mqtt" ## Do not set this unless you know what is it for
|
||||
## mountpoint = "mqtt" ## Do not set this unless you know what is it for
|
||||
|
||||
## Client authentication
|
||||
## Type:
|
||||
|
|
Loading…
Reference in New Issue