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