puppet/abusesa/templates/uploader/config.json.erb
2016-07-08 12:14:48 +03:00

8 lines
162 B
Text

{
<% if @room -%>
"room": "<%= @room %>",
<% end -%>
"authUrl": "<%= @authurl %>",
"boshUrl": "<%= @boshurl %>",
"rateLimit": <%= @ratelimit %>
}