修复:CLOUD_API_URL改为FastAPI 8000端口,增加WVP_API_URL用于心跳同步

This commit is contained in:
2026-03-20 22:28:32 +08:00
parent d972f6e5fe
commit e70596a232

6
.env
View File

@@ -1,8 +1,10 @@
# Local debug overrides
DEBUG_SERVER_HOST=0.0.0.0
# Alarm upload - cloud API URL (WVP backend)
CLOUD_API_URL=http://124.221.55.225:18080
# Alarm upload - cloud API URL (FastAPI 告警后端)
CLOUD_API_URL=http://124.221.55.225:8000
# WVP 平台地址(心跳同步用)
WVP_API_URL=http://124.221.55.225:18080
# ===== 边缘设备 ID第二台 Edge 节点,必须与 WVP 数据库 ROI 表的 device_id 一致) =====
EDGE_DEVICE_ID=edge_002