Added prefix, port, host

This commit is contained in:
2025-04-11 17:39:53 +02:00
parent e620f2532d
commit 2175a55a61
3 changed files with 21 additions and 11 deletions

View File

@@ -2,8 +2,11 @@ const config = {
mqttserver: {
host: "mqtt://[your mqtt-server here]"
},
prefix: "",
whitelist_url: "https://laber",
whitelist_enabled: false
whitelist_enabled: false,
webport: 8000,
webbind:"127.0.0.1"
};
module.exports = config;