remote-execution: refresh udc_webserver_settings.json with current address

ServerAddress moved to 10.233.113.139 (was 10.80.92.30 from Feb). The stale
file meant DeployUDCWebServerConfig was pushing the old address to live PCs.
This commit is contained in:
cproudlock
2026-04-30 12:17:38 -04:00
parent 028953d4fb
commit 97e40e57f9

View File

@@ -1,5 +1,5 @@
{ {
"ServerAddress": "10.80.92.30", "ServerAddress": "10.233.113.139",
"ServerPort": 5100, "ServerPort": 5100,
"Enabled": true, "Enabled": true,
"ReconnectDelaySeconds": 10, "ReconnectDelaySeconds": 10,