Browse Source

typo fix

pull/15173/head
dashevchenko 5 months ago
parent
commit
61fbfc1858
  1. 2
      transport/mqtt/src/main/resources/tb-mqtt-transport.yml

2
transport/mqtt/src/main/resources/tb-mqtt-transport.yml

@ -29,7 +29,7 @@ server:
port: "${HTTP_BIND_PORT:8083}"
# ZooKeeper connection parameters. Used for service discovery.
# Defines connection, session, retry settings and the node directory path for Zookeeper-based cluster coordination.
# Defines connection, session, retry settings and the node directory path for ZooKeeper-based cluster coordination.
zk:
# Enable/disable ZooKeeper discovery service.
enabled: "${ZOOKEEPER_ENABLED:false}"

Loading…
Cancel
Save