8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
const config = {
|
|
mqttserver: {
|
|
host: "mqtt://[your mqtt-server here]"
|
|
}
|
|
};
|
|
|
|
module.exports = config;
|