change default port to match what HA expects
All checks were successful
/ build-container (push) Successful in 7m48s
All checks were successful
/ build-container (push) Successful in 7m48s
This commit is contained in:
parent
2fd39d6fdb
commit
a5433beca0
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue