From d928d93d25c0482de657f356316f13a239b74bd4 Mon Sep 17 00:00:00 2001 From: DJ7NT Date: Fri, 11 Apr 2025 07:28:32 +0000 Subject: [PATCH] Added whitelist-URL --- config.js.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.js.sample b/config.js.sample index a9aefeb..b04ae85 100644 --- a/config.js.sample +++ b/config.js.sample @@ -1,7 +1,8 @@ const config = { - mqttserver: { - host: "mqtt://[your mqtt-server here]" - } + mqttserver: { + host: "mqtt://[your mqtt-server here]" + }, + whitelist_url: "https://laber" }; module.exports = config;