Просмотр исходного кода

Merge pull request #11553 from lafirest/chore/example

chore: comment mountpoints to support direct copy-paste used
lafirest 2 лет назад
Родитель
Сommit
e9583c6ab8

+ 1 - 1
rel/config/examples/listeners.quic.conf.example

@@ -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:

+ 1 - 1
rel/config/examples/listeners.tcp.conf.example

@@ -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: