Skip to content

Commit

Permalink
Merge pull request emqx#11553 from lafirest/chore/example
Browse files Browse the repository at this point in the history
chore: comment mountpoints to support direct copy-paste used
  • Loading branch information
lafirest authored Sep 2, 2023
2 parents cf655f2 + 254748b commit e9583c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rel/config/examples/listeners.quic.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rel/config/examples/listeners.tcp.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9583c6

Please sign in to comment.