From 4e035cf6b23af08fe4ed448a055cf56a8660b300 Mon Sep 17 00:00:00 2001 From: DJ7NT Date: Wed, 2 Apr 2025 14:56:15 +0000 Subject: [PATCH] ReAdd config.js --- config.js.sample | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.js.sample 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;