From 98a6d4d007f5a0aa1af35eec277296e3ed1c855e Mon Sep 17 00:00:00 2001 From: leiyun Date: Sat, 13 Jun 2026 00:04:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=EF=BC=9A=20=E9=85=8D=E7=BD=AE=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isolated/profiles/emp-test/.env.example | 4 ++++ isolated/profiles/emp-uat/.env.example | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/isolated/profiles/emp-test/.env.example b/isolated/profiles/emp-test/.env.example index 00fa4dd..aadcaa1 100644 --- a/isolated/profiles/emp-test/.env.example +++ b/isolated/profiles/emp-test/.env.example @@ -109,4 +109,8 @@ SYNC_REPORT_BASE_URL=http://emp-ws:3000 SYNC_REPORT_SYNC_CONCURRENCY=3 SYNC_REPORT_SYNC_GROUP_NAMES= SYNC_REPORT_CACHE_MISS_FETCH_ENABLED=false +# 模拟器联动:车辆/设备启停时暂停或启用 emp-ws 模拟器对应 VIN。 +SYNC_SIMULATOR_STATUS_SYNC_ENABLED=true +# emp-ws 模拟器地址,指向容器内网(compose 服务名 emp-ws,容器端口 3000)。 +SYNC_SIMULATOR_BASE_URL=http://emp-ws:3000 GROUP_REPORT_CRON=0 30 4 ? * THU,SUN diff --git a/isolated/profiles/emp-uat/.env.example b/isolated/profiles/emp-uat/.env.example index 6f251fb..ffe0d32 100644 --- a/isolated/profiles/emp-uat/.env.example +++ b/isolated/profiles/emp-uat/.env.example @@ -109,4 +109,8 @@ SYNC_REPORT_BASE_URL=http://emp-ws:3000 SYNC_REPORT_SYNC_CONCURRENCY=3 SYNC_REPORT_SYNC_GROUP_NAMES= SYNC_REPORT_CACHE_MISS_FETCH_ENABLED=false +# 模拟器联动:车辆/设备启停时暂停或启用 emp-ws 模拟器对应 VIN。 +SYNC_SIMULATOR_STATUS_SYNC_ENABLED=true +# emp-ws 模拟器地址,指向容器内网(compose 服务名 emp-ws,容器端口 3000)。 +SYNC_SIMULATOR_BASE_URL=http://emp-ws:3000 GROUP_REPORT_CRON=0 30 4 ? * THU,SUN