-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.json
38 lines (38 loc) · 954 Bytes
/
config.example.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
{
"VRCACC": {
"username": "",
"password": "",
"twofatoken": ""
},
"userAgent": "NODEJSVRCBOT/1.0.5 EMAILHERE",
"OSC_TARGET_ADDRESS": "127.0.0.1",
"OSC_TARGET_PORT": "9000",
"addons": {
"radio": {
"radiotype": "ltgnekohs",
"toggleradionp": false,
"msrefresh": 20000,
"endreload": 20000
},
"uptime": {
"toggle": false,
"msrefresh": 20000,
"endreload": 10000
},
"info": {
"toggle": false,
"msrefresh": 20000,
"endreload": 10000
},
"vrcapi": {
"toggles": {
"blfr": false,
"blscan": false,
"wlreq": false
},
"whitelist": [
"usr_a2544e1a-5d86-4da1-a841-88cbbef08c91"
]
}
}
}