change default port to match what HA expects
All checks were successful
/ build-container (push) Successful in 7m48s

This commit is contained in:
Finn 2024-04-23 23:06:16 -07:00
parent 2fd39d6fdb
commit a5433beca0

View file

@ -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"}