summaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/main/resources/config/designers-configuration.yaml
blob: 7064619878e35a770a0a7cb47354a9d67125b868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
designersList:
   - displayName: DCAE
     designerHost: 192.168.50.5
     designerPort: 8080
     designerPath: "/dcae"
     designerStateUrl: "dcae"
     designerProtocol: http
     buttonLocation: ["top", "tab"]
     tabPresentation: ["VF", "SERVICE"]
   - displayName: WORKFLOW
     designerHost: 192.168.50.5
     designerPort: 9527
     designerPath: "/"
     designerStateUrl: "workflowDesigner"
     designerProtocol: http
     buttonLocation: ["top"]
     tabPresentation: []