fix: 修复服务方式

This commit is contained in:
Daniel
2026-04-07 02:01:19 +08:00
parent 026ef6c2e3
commit afec0980d4
3 changed files with 93 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ WS_GATEWAY_HOST=0.0.0.0
WS_GATEWAY_PORT=8010
WORKER_BASE_URL=http://127.0.0.1:8000
WS_POLL_INTERVAL_SEC=1.0
DISPATCH_WS_URL=ws://127.0.0.1:8060/ws/edge/edge-a4000-01
EDGE_POLL_INTERVAL_SEC=1.0
EDGE_DISPATCH_HOST=0.0.0.0
EDGE_DISPATCH_PORT=8020
EDGE_MAX_DISPATCH_RECORDS=2000