diff --git a/rel/config/examples/listeners.quic.conf.example b/rel/config/examples/listeners.quic.conf.example index 52161e828..9ec2646a5 100644 --- a/rel/config/examples/listeners.quic.conf.example +++ b/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: diff --git a/rel/config/examples/listeners.tcp.conf.example b/rel/config/examples/listeners.tcp.conf.example index f03d98cc2..7f4dcdfd7 100644 --- a/rel/config/examples/listeners.tcp.conf.example +++ b/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: