From d5de48350c0be5536a3df007028480885c65e9a9 Mon Sep 17 00:00:00 2001 From: DJ7NT Date: Fri, 11 Apr 2025 08:36:46 +0000 Subject: [PATCH] Config-item for it --- config.js.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js.sample b/config.js.sample index b04ae85..ec91aff 100644 --- a/config.js.sample +++ b/config.js.sample @@ -2,7 +2,8 @@ const config = { mqttserver: { host: "mqtt://[your mqtt-server here]" }, - whitelist_url: "https://laber" + whitelist_url: "https://laber", + whitelist_enabled: false }; module.exports = config;