Files
mqtsream/config.js.sample
2025-04-11 08:36:46 +00:00

10 lines
165 B
Plaintext

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