-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.json
44 lines (44 loc) · 860 Bytes
/
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
{
"token": "test",
"http": {
"verifyToken": false,
"cors": true,
"port": 9093,
"waitTimeout": 5000
},
"websocket": {
"verifyToken": true,
"port": 9093,
"authTimeout": 30000,
"retryTimeout": 3000,
"waitTimeout": 5000
},
"webhook": {
"retryTimeout": 3000,
"clients": [
{
"name": "wh1",
"group": "group2",
"url": "http://127.0.0.1:8089/",
"method": "GET",
"proxy": "http://192.168.1.2:62333"
}
],
"proxy": "http://192.168.1.2:62333"
},
"webpush": {
"apiKey": "",
"proxy": "http://127.0.0.1:62233",
"retryTimeout": 10000
},
"fcm": {
"account": {},
"proxy": "http://127.0.0.1:62233",
"retryTimeout": 10000
},
"telegram": {
"botToken": "",
"proxy": "http://127.0.0.1:62233",
"retryTimeout": 10000
}
}