Added prefix, port, host
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user