10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
const config = {
|
|
mqttserver: {
|
|
host: "mqtt://[your mqtt-server here]"
|
|
},
|
|
whitelist_url: "https://laber",
|
|
whitelist_enabled: false
|
|
};
|
|
|
|
module.exports = config;
|