diff options
Diffstat (limited to 'distribution')
-rw-r--r-- | distribution/src/main/assembly/conf/workflow-designer.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/distribution/src/main/assembly/conf/workflow-designer.yml b/distribution/src/main/assembly/conf/workflow-designer.yml index 42785fb4..9b35b261 100644 --- a/distribution/src/main/assembly/conf/workflow-designer.yml +++ b/distribution/src/main/assembly/conf/workflow-designer.yml @@ -14,13 +14,19 @@ template: Hello, %s! defaultName: ${DW_DEFAULT_NAME:-Stranger} -adapterType: DEFAULT +adapterType: SDC sdcServiceProxy: serviceAddr: http://127.0.0.1:8080 xEcompInstanceId: workflow authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= +activitySpecServiceProxy: + serviceAddr: http://127.0.0.1:8090 + xEcompInstanceId: workflow + userId: workflow + authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= + # use the simple server factory if you only want to run on a single port server: type: simple |