aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-onboarding-configuration.yaml.erb
blob: 71ed876ee719847d1ccdd7fff976af07a882cad7 (plain)
1
2
3
4
5
6
7
8
9
notifications:
    pollingIntervalMsec: 2000
    selectionSize: 100
    beHost: <%= @catalog_ip %>
    <% if node[:disableHttp] -%>
    beHttpPort: <%= node['BE'][:https_port] %> 
    <% else %>
    beHttpPort: <%= node['BE'][:http_port] %> 
    <% end -%>