From 4e1d1d797e185a0ae259e8251d292418232cff67 Mon Sep 17 00:00:00 2001 From: YuanHu Date: Fri, 16 Mar 2018 16:19:09 +0800 Subject: Get msbServerAddr from config file. Get msbServerAddr from application config file. Issue-ID: SDC-1128 Change-Id: Id260f8f94598ec3f3e4824b4c5e1a085d9a248fd Signed-off-by: YuanHu --- distribution/src/main/assembly/conf/workflow-designer.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'distribution/src/main/assembly') 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 -- cgit 1.2.3-korg