config template added to the repo
parent
a225ec690e
commit
1f5656f7b8
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"id" : 1 ,
|
||||||
|
"template" :
|
||||||
|
[{
|
||||||
|
"id" :"conference",
|
||||||
|
"name" : "Conference",
|
||||||
|
"url" : "https://$ip_address/api/v1/conferences",
|
||||||
|
"measure" :
|
||||||
|
[
|
||||||
|
"total", "number", "description",
|
||||||
|
"shutdown", "startTime", "stopTime",
|
||||||
|
"participants_total", "participants_online"
|
||||||
|
]
|
||||||
|
}],
|
||||||
|
"ip_address" : "127.0.0.1:8081",
|
||||||
|
"login" : "",
|
||||||
|
"pass" : "" ,
|
||||||
|
"api_key" : "908c709827bd40n98r7209837x98273",
|
||||||
|
"period" : "10",
|
||||||
|
"timeout" : "2"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue