Update config: port 2048, mlAlert -> detectionAlert

- Port updated to 2048
- websocketUrl.mlAlert -> detectionAlert
- /ml/websocket/alert -> /detection/websocket/alert

https://claude.ai/code/session_01Wen51749mAnwBEfh7XmvUw
This commit is contained in:
Claude 2026-05-19 12:36:32 +00:00
parent a7d8f3e901
commit d0ea563645
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
let httpProtocol = "http";
let websocketProtocol = "ws";
const hostname = "140.130.34.65";
const port = 59182;
const port = 2048;
export const host = `${hostname}:${port}`;
export const siteUrl = `${httpProtocol}://${host}`