summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-designers-configuration.yaml.erb
blob: b5092728ba7815e0ca0414637a7921ce1ca9deab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
designersList:
    DCAE:
        displayName: DCAE
        designerHost: <%= @dcae_host %>
        designerPort: <%= @dcae_port %>
        designerPath: <%= @dcae_path %>
        designerProtocol: <%= @dcae_protocol %>
    WORKFLOW:
        displayName: WORKFLOW
        designerHost: <%= @workflow_host %>
        designerPort: <%= @workflow_port %>
        designerPath: <%= @workflow_path %>
        designerProtocol: <%= @workflow_protocol %>