-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.config.json
49 lines (49 loc) ยท 1.04 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
{
"interval": 60,
"telegram": {
"token": "",
"chats": []
},
"crawler": [
{
"name": "์
๋นํธ",
"enabled": true,
"protocol": "upbit",
"endpoint": "https://api-manager.upbit.com",
"contents": true,
"cleanSuffix": true
},
{
"name": "์
๋นํธ ๊ณต์",
"enabled": true,
"protocol": "upbit disclosure",
"endpoint": "https://project-team.upbit.com",
"contents": false,
"cleanSuffix": false
},
{
"name": "๋น์ธ",
"enabled": true,
"protocol": "bithumb",
"endpoint": "https://cafe.bithumb.com",
"contents": true,
"cleanSuffix": true
},
{
"name": "์ฝ์ธ์",
"enabled": true,
"protocol": "coinone",
"endpoint": "https://i1.coinone.co.kr",
"contents": false,
"cleanSuffix": false
},
{
"name": "๋ฐ์ด๋ธ์ค",
"enabled": true,
"protocol": "binance",
"endpoint": "https://binance.zendesk.com",
"contents": false,
"cleanSuffix": true
}
]
}