From 546c2c17e02d5ee5ea4ca6a75d46512472c77439 Mon Sep 17 00:00:00 2001 From: leiyun Date: Fri, 12 Jun 2026 23:30:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E8=B0=83=E6=95=B4=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E5=99=A8?= 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 +- isolated/test/env.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/isolated/.env.example b/isolated/.env.example index 6a05ee2..9df800b 100644 --- a/isolated/.env.example +++ b/isolated/.env.example @@ -128,7 +128,7 @@ PORT=3000 WS_INSTANCES=1 WS_HOST=emp-ws SERVER_API_BASE_URL=http://emp-gateway:9000/api -SIMULATOR_ADMIN_USERNAME=admin +SIMULATOR_ADMIN_ROLE=ADMIN SIMULATOR_LOGIN_AUTH=88871fe697e860463cd062cf3705b16f SIMULATOR_JWT_SECRET=emp-platform-secret-key-2026-yjfs diff --git a/isolated/profiles/emp-test/.env.example b/isolated/profiles/emp-test/.env.example index d6ac2ac..00fa4dd 100644 --- a/isolated/profiles/emp-test/.env.example +++ b/isolated/profiles/emp-test/.env.example @@ -83,7 +83,7 @@ PORT=3000 WS_INSTANCES=1 WS_HOST=emp-ws SERVER_API_BASE_URL=http://emp-gateway:9000/api -SIMULATOR_ADMIN_USERNAME=admin +SIMULATOR_ADMIN_ROLE=ADMIN SIMULATOR_LOGIN_AUTH=change-me-login-auth SIMULATOR_JWT_SECRET=change-me-jwt-secret diff --git a/isolated/profiles/emp-uat/.env.example b/isolated/profiles/emp-uat/.env.example index 6c65c2d..6f251fb 100644 --- a/isolated/profiles/emp-uat/.env.example +++ b/isolated/profiles/emp-uat/.env.example @@ -83,7 +83,7 @@ PORT=3000 WS_INSTANCES=1 WS_HOST=emp-ws SERVER_API_BASE_URL=http://emp-gateway:9000/api -SIMULATOR_ADMIN_USERNAME=admin +SIMULATOR_ADMIN_ROLE=ADMIN SIMULATOR_LOGIN_AUTH=change-me-login-auth SIMULATOR_JWT_SECRET=change-me-jwt-secret diff --git a/isolated/test/env.txt b/isolated/test/env.txt index 25ff370..779e0b2 100644 --- a/isolated/test/env.txt +++ b/isolated/test/env.txt @@ -128,7 +128,7 @@ PORT=3000 WS_INSTANCES=1 WS_HOST=emp-ws SERVER_API_BASE_URL=http://emp-gateway:9000/api -SIMULATOR_ADMIN_USERNAME=admin +SIMULATOR_ADMIN_ROLE=ADMIN SIMULATOR_LOGIN_AUTH=88871fe697e860463cd062cf3705b16f SIMULATOR_JWT_SECRET=emp-platform-secret-key-2026-yjfs