Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
beb774b4a99d5ab25764e6f66f37263d222e1773
[sdc.git]
/
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 -%>