forked from viabtc/viabtc_exchange_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
39 lines (39 loc) · 858 Bytes
/
config.json
File metadata and controls
39 lines (39 loc) · 858 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
35
36
37
38
39
{
"debug": true,
"process": {
"file_limit": 1000000,
"core_limit": 1000000000
},
"log": {
"path": "/var/log/trade/marketprice",
"flag": "fatal,error,warn,info,debug,trace",
"num": 10
},
"alert": {
"host": "marketprice",
"addr": "127.0.0.1:4444"
},
"svr": {
"bind": [
"tcp@0.0.0.0:7416",
"udp@0.0.0.0:7416"
],
"buf_limit": 100,
"max_pkg_size": 1000000,
"heartbeat_check": false
},
"deals": {
"brokers": "127.0.0.1:9092",
"topic": "deals",
"partition": 0
},
"redis": {
"name": "mymaster",
"addr": [
"127.0.0.1:26381",
"127.0.0.1:26382",
"127.0.0.1:26383"
]
},
"accesshttp": "http://127.0.0.1:8080"
}