Explorar el Código

fix : 修复问题

master
leiyun hace 4 días
padre
commit
7134b38d2a
Se han modificado 3 ficheros con 6 adiciones y 0 borrados
  1. +2
    -0
      isolated/.env.example
  2. +2
    -0
      isolated/profiles/emp-test/.env.example
  3. +2
    -0
      isolated/profiles/emp-uat/.env.example

+ 2
- 0
isolated/.env.example Ver fichero

@@ -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


+ 2
- 0
isolated/profiles/emp-test/.env.example Ver fichero

@@ -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


+ 2
- 0
isolated/profiles/emp-uat/.env.example Ver fichero

@@ -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


Cargando…
Cancelar
Guardar