aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/main/resources/config/designers-configuration.yaml
blob: abdf9ea5cda4f0515a667937f46f98e85d374af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
designersList:
   - designerId: DCAE
     designerHost: localhost
     designerPort: 8080
     designerPath: "/dcae"
     designerStateUrl: "dcae"
     designerProtocol: http
     designerDisplayOptions:
        tab:
            displayName: "monitor"
            validResourceTypes: ["VF", "SERVICE"]
        top:
            displayName: "DCAE"
   - designerId: WORKFLOW
     designerHost: localhost
     designerPort: 9527
     designerPath: "/"
     designerStateUrl: "workflowDesigner"
     designerProtocol: http
     designerDisplayOptions:
        top:
            displayName: "Workflow Designer"