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