-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcfg.json
55 lines (55 loc) · 1.13 KB
/
cfg.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
55
{
"Debug": true,
"MinStep": 30,
"Log": {
"LogLevel": "debug",
"Output": "file"
},
"Http": {
"Enabled": false,
"Listen": "0.0.0.0:6060"
},
"Rpc": {
"Enabled": true,
"Listen": "0.0.0.0:8433"
},
"Socket": {
"Enabled": true,
"Listen": "0.0.0.0:4444",
"Timeout": 3600
},
"Judge": {
"Enabled": true,
"Batch": 200,
"ConnTimeout": 1000,
"CallTimeout": 5000,
"MaxConns": 32,
"MaxIdle": 32,
"Replicas": 500,
"Cluster": {
"Judge-00" : "127.0.0.1:6080"
}
},
"Graph": {
"Enabled": true,
"Batch": 200,
"ConnTimeout": 1000,
"CallTimeout": 5000,
"MaxConns": 32,
"MaxIdle": 32,
"Replicas": 500,
"Cluster": {
"Graph-00" : "127.0.0.1:6070"
}
},
"Tsdb": {
"Enabled": false,
"Batch": 200,
"ConnTimeout": 1000,
"CallTimeout": 5000,
"MaxConns": 32,
"MaxIdle": 32,
"Retry": 3,
"Address": "127.0.0.1:8088"
}
}