From 7134b38d2a862d8c173ed2d182bc1c0465c0b37e Mon Sep 17 00:00:00 2001 From: leiyun Date: Fri, 19 Jun 2026 01:51:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=EF=BC=9A=20=E4=BF=AE=E5=A4=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- isolated/.env.example | 2 ++ isolated/profiles/emp-test/.env.example | 2 ++ isolated/profiles/emp-uat/.env.example | 2 ++ 3 files changed, 6 insertions(+) diff --git a/isolated/.env.example b/isolated/.env.example index 9df800b..b84d34d 100644 --- a/isolated/.env.example +++ b/isolated/.env.example @@ -126,6 +126,8 @@ EMP_WS_ENV=production NODE_ENV=production PORT=3000 WS_INSTANCES=1 +WS_PING_INTERVAL_MS=10000 +WS_PING_TIMEOUT_MS=20000 WS_HOST=emp-ws SERVER_API_BASE_URL=http://emp-gateway:9000/api SIMULATOR_ADMIN_ROLE=ADMIN diff --git a/isolated/profiles/emp-test/.env.example b/isolated/profiles/emp-test/.env.example index 3466bc2..537b2f7 100644 --- a/isolated/profiles/emp-test/.env.example +++ b/isolated/profiles/emp-test/.env.example @@ -81,6 +81,8 @@ EMP_WS_ENV=production NODE_ENV=production PORT=3000 WS_INSTANCES=1 +WS_PING_INTERVAL_MS=10000 +WS_PING_TIMEOUT_MS=20000 WS_HOST=emp-ws SERVER_API_BASE_URL=http://emp-gateway:9000/api SIMULATOR_ADMIN_ROLE=ADMIN diff --git a/isolated/profiles/emp-uat/.env.example b/isolated/profiles/emp-uat/.env.example index df83edc..7dcd08f 100644 --- a/isolated/profiles/emp-uat/.env.example +++ b/isolated/profiles/emp-uat/.env.example @@ -81,6 +81,8 @@ EMP_WS_ENV=production NODE_ENV=production PORT=3000 WS_INSTANCES=1 +WS_PING_INTERVAL_MS=10000 +WS_PING_TIMEOUT_MS=20000 WS_HOST=emp-ws SERVER_API_BASE_URL=http://emp-gateway:9000/api SIMULATOR_ADMIN_ROLE=ADMIN