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