diff --git a/config.js.sample b/config.js.sample new file mode 100644 index 0000000..a9aefeb --- /dev/null +++ b/config.js.sample @@ -0,0 +1,7 @@ +const config = { + mqttserver: { + host: "mqtt://[your mqtt-server here]" + } +}; + +module.exports = config;