Skip to content

Commit 3508c4e

Browse files
committed
Modify config.
1 parent 209475c commit 3508c4e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

assembly/config/config.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SERVER_HEAP_SIZE="512M"
77
### The install home path of DSS,Must provided
88
DSS_INSTALL_HOME=/appcom/Install/DSSInstall
99

10-
DSS_VERSION=1.1.0
10+
DSS_VERSION=1.1.2
1111

1212
DSS_FILE_NAME="dss-$DSS_VERSION"
1313

@@ -33,13 +33,10 @@ GATEWAY_PORT=9001
3333

3434
### DSS_SERVER
3535
### This service is used to provide dss-server capability.
36+
### dss-server
37+
DSS_SERVER_INSTALL_IP=127.0.0.1
38+
DSS_SERVER_PORT=9043
3639

37-
### project-server
38-
DSS_FRAMEWORK_PROJECT_SERVER_INSTALL_IP=127.0.0.1
39-
DSS_FRAMEWORK_PROJECT_SERVER_PORT=9002
40-
### orchestrator-server
41-
DSS_FRAMEWORK_ORCHESTRATOR_SERVER_INSTALL_IP=127.0.0.1
42-
DSS_FRAMEWORK_ORCHESTRATOR_SERVER_PORT=9003
4340
### dss-apps-server
4441
DSS_APPS_SERVER_INSTALL_IP=127.0.0.1
4542
DSS_APPS_SERVER_PORT=9044

0 commit comments

Comments
 (0)