diff options
Diffstat (limited to 'templates/default/mso-asdc-controller-config/mso.asdc.json')
-rw-r--r-- | templates/default/mso-asdc-controller-config/mso.asdc.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/default/mso-asdc-controller-config/mso.asdc.json b/templates/default/mso-asdc-controller-config/mso.asdc.json new file mode 100644 index 0000000..e46de8b --- /dev/null +++ b/templates/default/mso-asdc-controller-config/mso.asdc.json @@ -0,0 +1,5 @@ +<% require 'json' %> +<% asdc_connections={"asdc-connections" => @allAsdcConnections, "mso.properties.reload.time.minutes" => 2} %> + +<%= JSON.pretty_generate(asdc_connections) %> + |