-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.template.json
More file actions
35 lines (35 loc) · 863 Bytes
/
config.template.json
File metadata and controls
35 lines (35 loc) · 863 Bytes
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
{
"host": "http://localhost",
"port": 4242,
"whitelisted_ips": [
"127.0.0.1",
"::1",
"::ffff:127.0.0.1"
],
"live_data": {
"youtube": {
"enabled": true,
"client_id": "MY_CLIENT_ID",
"client_secret": "MY_CLIENT_SECRET",
"redirect_url": "/youtube/callback"
},
"twitch": {
"enabled": true,
"channel": "MY_CHANNEL"
},
"hitbox": {
"enabled": true,
"channel": "MY_CHANNEL"
},
"beam": {
"enabled": true,
"username": "MY_USERNAME",
"password": "MY_PASSWORD"
},
"dailymotion": {
"enabled": true,
"room": "MY_ROOM",
"grosminet_endpoint": "http://dmchat.dailymotion.com:80"
}
}
}