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;