This website works better with JavaScript.
Home
Explore
Help
Sign In
car
/
emp_test_deploy
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix : 修复问题
master
leiyun
4 days ago
parent
ab98436963
commit
7134b38d2a
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
isolated/.env.example
+2
-0
isolated/profiles/emp-test/.env.example
+2
-0
isolated/profiles/emp-uat/.env.example
+ 2
- 0
isolated/.env.example
View File
@@ -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
View File
@@ -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
View File
@@ -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
Write
Preview
Loading…
Cancel
Save