aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/mso-asdc-controller-config/mso.asdc.json
blob: e46de8b2beee3a1b2ad6cb776764fed5c8e13c48 (plain)
1
2
3
4
5
<% require 'json' %> 
<% asdc_connections={"asdc-connections" => @allAsdcConnections, "mso.properties.reload.time.minutes" => 2} %>
 
<%= JSON.pretty_generate(asdc_connections) %>