forked from QUANTAXIS/qautlra-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
49 lines (49 loc) · 1.01 KB
/
config.json
File metadata and controls
49 lines (49 loc) · 1.01 KB
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
{
"brokers": {
"simnow724": {
"name": "simnow724",
"front_addr": "tcp://180.168.146.187:10131",
"user_id": "0000000000",
"password": "0000000000",
"broker_id": "9999"
},
"simnow": {
"name": "simnow",
"front_addr": "tcp://180.168.146.187:10211",
"user_id": "0000000000",
"password": "0000000000",
"broker_id": "9999"
},
"cyqh": {
"name": "cyqh",
"front_addr": "tcp://140.207.230.228:41213",
"user_id": "1500000000",
"password": "123456",
"broker_id": "9060"
}
},
"default_broker": "cyqh",
"websocket": {
"host": "0.0.0.0",
"port": 8011,
"path": "/ws/market"
},
"rest_api": {
"host": "0.0.0.0",
"port": 8012,
"cors": {
"allow_all": true,
"allowed_origins": [],
"allow_credentials": true
}
},
"subscription": {
"default_instruments": [
"au2512",
"rb2512",
"IF2506"
],
"auto_subscribe_patterns": []
},
"log_level": "info"
}