diff options
| author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-21 01:56:22 +0100 |
|---|---|---|
| committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-21 01:56:22 +0100 |
| commit | 8b0892e0794dee32fefaaa0fbf7b50b81a265076 (patch) | |
| tree | 55e412455df72e3732fd58034dedcaeb151d787f | |
| parent | 289a44928035ecbad280aa526dcac360e31e9ce2 (diff) | |
| download | mqttr-8b0892e0794dee32fefaaa0fbf7b50b81a265076.tar.gz mqttr-8b0892e0794dee32fefaaa0fbf7b50b81a265076.tar.xz mqttr-8b0892e0794dee32fefaaa0fbf7b50b81a265076.zip | |
Fix readme id location
| -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: |
