-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
54 lines (54 loc) · 1.32 KB
/
config.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
{
"http": {
"addr": "127.0.0.1:1689"
},
"system": {
"sleep": 15
},
"clients": [
{
"enable": true,
"https": false,
"type": 0,
"host": "127.0.0.1",
"username": "admin",
"password": "123456",
"port": 9091,
"timeout": 60,
"dir": "/Users/aping/Downloads",
"skip_checking": false
},
{
"enable": true,
"https": false,
"type": 1,
"host": "127.0.0.1",
"username": "admin",
"password": "123456",
"port": 8080,
"timeout": 60,
"dir": "/Users/aping/Downloads",
"skip_checking": false
}
],
"websites": [
{
"enable": true,
"name": "ptcafe",
"domain": "https://ptcafe.club",
"api": "https://ptcafe.club/api/pieces-hash",
"passkey": "your passkey",
"download": "",
"limit": 0
},
{
"enable": true,
"name": "hdtime",
"domain": "https://hdtime.org",
"api": "https://hdtime.org/api/pieces-hash",
"passkey": "your passkey",
"download": "",
"limit": 0
}
]
}