diff --git a/config/config.go b/config/config.go index 15a0fcf..e2a056a 100644 --- a/config/config.go +++ b/config/config.go @@ -17,7 +17,7 @@ type Config struct { var C = Config{ ZWaveJSServer: "ws://addon_core_zwave_js:3000", SqliteDatabase: "/data/lockserver.db", - HTTPBind: ":8080", + HTTPBind: ":8099", } var configFiles = []string{"lockserver.json", "/etc/lockserver.json"}