chore: comment mountpoints to support direct copy-paste used

This commit is contained in:
firest 2023-09-01 13:45:40 +08:00
parent 64973e0b5a
commit 254748b54e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ listeners.quic.my_quick_listener_name {
bind = 14567 ## or with an IP, e.g. "127.0.0.1:14567" bind = 14567 ## or with an IP, e.g. "127.0.0.1:14567"
## When publishing or subscribing, prefix all topics with a mountpoint string ## When publishing or subscribing, prefix all topics with a mountpoint string
mountpoint = "${clientid}/msg" ## mountpoint = "${clientid}/msg"
## Client authentication ## Client authentication
## Type: ## Type:

View File

@ -11,7 +11,7 @@ listeners.tcp.my_tcp_listener_name {
proxy_protocol_timeout = 8 proxy_protocol_timeout = 8
## When publishing or subscribing, prefix all topics with a mountpoint string ## 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 ## Client authentication
## Type: ## Type: