From 8b0892e0794dee32fefaaa0fbf7b50b81a265076 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Mon, 21 Jul 2025 01:56:22 +0100 Subject: Fix readme id location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-70-g09d2