Files
mqtsream/config.js.sample
2025-04-11 07:28:32 +00:00

9 lines
138 B
Plaintext

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