ReAdd config.js

This commit is contained in:
2025-04-02 14:56:15 +00:00
parent 706a7990c3
commit 4e035cf6b2

7
config.js.sample Normal file
View File

@@ -0,0 +1,7 @@
const config = {
mqttserver: {
host: "mqtt://[your mqtt-server here]"
}
};
module.exports = config;