From e70596a23288c0987caf66e7aa43e401ec8c7d09 Mon Sep 17 00:00:00 2001 From: YangCheng <1633794139@qq.com> Date: Fri, 20 Mar 2026 22:28:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9ACLOUD=5FAPI=5FURL?= =?UTF-8?q?=E6=94=B9=E4=B8=BAFastAPI=208000=E7=AB=AF=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0WVP=5FAPI=5FURL=E7=94=A8=E4=BA=8E=E5=BF=83?= =?UTF-8?q?=E8=B7=B3=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env b/.env index a4b9946..9dbdf89 100644 --- a/.env +++ b/.env @@ -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