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