13 lines
214 B
Plaintext
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;
|