From 02911d5259a1d7648da9a38733e1cef8f5e22ea9 Mon Sep 17 00:00:00 2001 From: Themi Megas Date: Tue, 12 Nov 2024 00:25:45 -0600 Subject: [PATCH] Update README.md Updated readme to describe how to disable mqtt in the "configuration variables" table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d42540..ec881d7 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ The following configuration variables can be used to tweak settings. Defaults ar | --------------------- | :--- | :------------ | --------------- | `OTR_STORAGEDIR` | Y | compiled in | Pathname to the storage directory (`-S`) | `OTR_HOST` | Y | `localhost` | MQTT hostname/address to connect to -| `OTR_PORT` | Y | `1883` | MQTT port number to connect to +| `OTR_PORT` | Y | `1883` | MQTT port number to connect to. Setting this to 0 disables MQTT | `OTR_USER` | Y | | MQTT username | `OTR_PASS` | Y | | MQTT password | `OTR_QOS` | Y | `2` | MQTT QoS