Added whitelist-URL

This commit is contained in:
2025-04-11 07:28:32 +00:00
parent 26af5f4f86
commit d928d93d25

View File

@@ -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;