summaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/main/resources/config/designers-configuration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-fe/src/main/resources/config/designers-configuration.yaml')
-rw-r--r--catalog-fe/src/main/resources/config/designers-configuration.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/catalog-fe/src/main/resources/config/designers-configuration.yaml b/catalog-fe/src/main/resources/config/designers-configuration.yaml
new file mode 100644
index 0000000000..c8c041b975
--- /dev/null
+++ b/catalog-fe/src/main/resources/config/designers-configuration.yaml
@@ -0,0 +1,13 @@
+designersList:
+ DCAE:
+ displayName: DCAE
+ designerHost: 192.168.50.5
+ designerPort: 8080
+ designerPath: "/dcae"
+ designerProtocol: http
+ WORKFLOW:
+ displayName: WORKFLOW
+ designerHost: 192.168.50.5
+ designerPort: 9527
+ designerPath: ""
+ designerProtocol: http \ No newline at end of file