diff options
Diffstat (limited to 'distribution')
-rw-r--r-- | distribution/src/main/assembly/conf/workflow-designer.yml | 2 |
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 |