Create on boarding docker
[sdc.git] / catalog-fe / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / templates / default / FE-onboarding-configuration.yaml.erb
1 notifications:
2     pollingIntervalMsec: 2000
3     selectionSize: 100
4     beHost: <%= node['ONBOARDING_BE_VIP'] %>
5     <% if node[:disableHttp] -%>
6     beHttpPort: <%= node['ONBOARDING_BE'][:https_port] %>
7     <% else %>
8     beHttpPort: <%= node['ONBOARDING_BE'][:http_port] %>
9     <% end -%>