Files
mqtsream/config.js.sample
2025-04-11 18:40:29 +02:00

13 lines
214 B
Plaintext

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