server & websocket adress & port added to setting

This commit is contained in:
2022-02-02 11:48:35 +01:00
parent 9a4fcee3dd
commit adeb02f7ce
6 changed files with 88 additions and 78 deletions

View File

@ -44,5 +44,11 @@
"timer": {
"del": 30,
"refreshTimer": 1
},
"ips": {
"home": "192.168.1.",
"loopback": "127.0.0.1",
"server": "localhost:3100",
"serverws": "localhost:8999"
}
}