-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsettings.json
50 lines (50 loc) · 983 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"base_url": "http://localhost:1212",
"secret": "admin",
"port": 1212,
"videostreams" : { "ned1": "m3u8-url", "ned2": "m3u8-url" },
"channel": "ned1",
"twitter": {
"consumer_key": "",
"consumer_secret": "",
"access_token_key": "",
"access_token_secret": ""
},
"hooks": [
{
"service": "slack",
"active" : false,
"options": {
"webhookurl": ""
}
},
{
"service": "hipchat",
"active" : false,
"options": {
"auth_token": "",
"room_token": "",
"room": "World Cup"
}
},
{
"service": "facebook",
"active" : false,
"options": {
"page_id" : "",
"page_access_token" : ""
}
},
{
"service": "twitter",
"active" : false,
"options": {
"username": "ReplayLastGoal",
"consumer_key": "",
"consumer_secret": "",
"token": "",
"token_secret": ""
}
}
]
}