diff --git a/config.js.sample b/config.js.sample index ec91aff..88002c3 100644 --- a/config.js.sample +++ b/config.js.sample @@ -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; diff --git a/index.html b/index.html index 8f5a408..f833814 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,9 @@ + - - -