Config-item for it

This commit is contained in:
2025-04-11 08:36:46 +00:00
parent 21af41467e
commit d5de48350c

View File

@@ -2,7 +2,8 @@ const config = {
mqttserver: { mqttserver: {
host: "mqtt://[your mqtt-server here]" host: "mqtt://[your mqtt-server here]"
}, },
whitelist_url: "https://laber" whitelist_url: "https://laber",
whitelist_enabled: false
}; };
module.exports = config; module.exports = config;