-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaultConfig.json
63 lines (63 loc) · 1 KB
/
defaultConfig.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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"hds": {
"active": false
},
"location": {
"active": false,
"credentials": {
"GEOAPIFY_API_KEY": ""
}
},
"netflix": {
"active": false,
"cookie": "",
"apilayer_apikey": "",
"updateInterval": 900
},
"plex": {
"active": false,
"username": "",
"publicURL": "",
"plexToken": "",
"updateInterval": 60
},
"valorant": {
"active": false,
"henrikDevAPIKey": "",
"riotPUUID": "",
"riotID": "",
"riotTag": "",
"updateInterval": 600
},
"discord": {
"active": false,
"userID": "",
"updateInterval": 30
},
"duolingo": {
"active": false,
"username": "",
"cookie": "",
"updateInterval": 120
},
"applePay": {
"active": false
},
"youtube": {
"music": {
"active": false
},
"videos": {
"active": false
},
"updateInterval": 60
},
"spotify": {
"active": false,
"api": {
"clientID": "",
"clientSecret": ""
},
"updateInterval": 60
}
}