forked from tryptech/roboco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.json
More file actions
24 lines (24 loc) · 823 Bytes
/
config_example.json
File metadata and controls
24 lines (24 loc) · 823 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
{
"template_urls": [
"https://template.vtubers.place/api/Template/raw",
"https://gist.githubusercontent.com/LeftHandedBread/1619ae0c676814bacb7a2fab0a93d3c7/raw",
"https://raw.githubusercontent.com/AuxiliusM/Anny_Erm/main/annysmol.json"
],
"priority_url": "https://template.vtubers.place/api/Template/raw/priority",
"names": ["holopro", "vshojo", "nijisanji"],
"image_path": "template.png",
"thread_delay": 2,
"unverified_rate_limit": false,
"compact_logging": true,
"using_tor": false,
"tor_ip": "127.0.0.1",
"tor_port": 1881,
"tor_control_port": 9051,
"tor_password": "Passwort",
"tor_delay": 5,
"use_builtin_tor": true,
"workers": {
"username1": "password1",
"username2": "password1"
}
}