mirror of
https://github.com/ParrotXray/Mantis.git
synced 2026-08-24 18:50:28 +09:00
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:
parent
a7d8f3e901
commit
d0ea563645
@ -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}`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user