abusesa: Add abusesa::uploader
This commit is contained in:
parent
bf9889c5d8
commit
bed546b956
2 changed files with 93 additions and 0 deletions
8
abusesa/templates/uploader/config.json.erb
Normal file
8
abusesa/templates/uploader/config.json.erb
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
<% if @room -%>
|
||||
"room": "<%= @room %>",
|
||||
<% end -%>
|
||||
"authUrl": "<%= @authurl %>",
|
||||
"boshUrl": "<%= @boshurl %>",
|
||||
"rateLimit": <%= @ratelimit %>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue