forked from shidahuilang/QL-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.json
More file actions
34 lines (34 loc) · 730 Bytes
/
Copy pathConfig.json
File metadata and controls
34 lines (34 loc) · 730 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
{
"MaxTab": "4",
"Title": "Rabbit",
"Closetime": "5",
"Announcement": "为提高账户的安全性,请关闭免密支付。",
"AutoCaptchaCount": "5",
"proxy": "",
"proxy_name": "",
"proxy_pwd": "",
"APP_TOKEN": "",
"MY_WP_UID": "",
"Config": [
{
"QLkey": 1,
"QLName": "阿里云",
"QLurl": "http://xxx.xxx.xxx.xxx:5700",
"QL_CLIENTID": "xxx",
"QL_SECRET": "xxx",
"QL_CAPACITY": 40,
"QL_WSCK": 40,
"APP_TOKEN": ""
},
{
"QLkey": 2,
"QLName": "阿里云",
"QLurl": "http://xxx.xxx.xxx.xxx:5700",
"QL_CLIENTID": "xxx",
"QL_SECRET": "xxx",
"QL_CAPACITY": 40,
"QL_WSCK": 40,
"APP_TOKEN": ""
}
]
}