aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-07-21 01:56:22 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-07-21 01:56:22 +0100
commit8b0892e0794dee32fefaaa0fbf7b50b81a265076 (patch)
tree55e412455df72e3732fd58034dedcaeb151d787f
parent289a44928035ecbad280aa526dcac360e31e9ce2 (diff)
downloadmqttr-8b0892e0794dee32fefaaa0fbf7b50b81a265076.tar.gz
mqttr-8b0892e0794dee32fefaaa0fbf7b50b81a265076.tar.xz
mqttr-8b0892e0794dee32fefaaa0fbf7b50b81a265076.zip
Fix readme id location
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5685f12..53937c4 100644
--- a/README.md
+++ b/README.md
@@ -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: