diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,7 @@ transport = "tcp" # The transport protocol, (tcp, tls or unix) qos = "exactly-once" # Default subscription QoS # at-least-once (=0), at-most-once (=1), exactly-once (=2) timeout = 10.5 # Timeout in seconds (0 means (effectively) no timeout) +id = "mqttr" # MQTT client identifier (combined as "${id}_$PID") [log] level = "info" # The log level # ("off", "error", "warn", "info", # "debug", "trace") @@ -47,7 +48,6 @@ timestamps = false # Whether to prepend millisecond timestamps to log entri # [credentials] # Uncomment to specify MQTT connection credentials # username = "username" # password = "password" -id = "mqttr" # MQTT client identifier (combined as "${id}_$PID") ``` The routes follow the following format: |
