abusesa: Add abusesa::uploader

This commit is contained in:
Ossi Salmi 2016-07-08 12:14:48 +03:00
parent bf9889c5d8
commit bed546b956
2 changed files with 93 additions and 0 deletions

View file

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