summaryrefslogtreecommitdiffstats
path: root/distribution/src
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-03-16 16:19:09 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-03-16 16:19:09 +0800
commit4e1d1d797e185a0ae259e8251d292418232cff67 (patch)
tree28988ef80fe2d4e3667791effc733238cfcdf826 /distribution/src
parent42bcd6b64dd6433ce52929013cf1fb450eba419c (diff)
Get msbServerAddr from config file.
Get msbServerAddr from application config file. Issue-ID: SDC-1128 Change-Id: Id260f8f94598ec3f3e4824b4c5e1a085d9a248fd Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'distribution/src')
-rw-r--r--distribution/src/main/assembly/conf/workflow-designer.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/distribution/src/main/assembly/conf/workflow-designer.yml b/distribution/src/main/assembly/conf/workflow-designer.yml
index 86f96870..2e8409a9 100644
--- a/distribution/src/main/assembly/conf/workflow-designer.yml
+++ b/distribution/src/main/assembly/conf/workflow-designer.yml
@@ -14,6 +14,8 @@ template: Hello, %s!
defaultName: ${DW_DEFAULT_NAME:-Stranger}
+msbServerAddr: http://127.0.0.1:80
+
# use the simple server factory if you only want to run on a single port
server:
type: simple