Files
mqtsream/config.js.sample
2025-04-11 17:39:53 +02:00

13 lines
216 B
Plaintext

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