vnpy/examples/vn_trader/ar_setting.json

17 lines
189 B
JSON
Raw Normal View History

2020-02-02 11:09:05 +00:00
{
"mongo_db":
{
"host": "192.168.0.207",
"port": 27017
},
"accounts":
{
"ctp":
{
"copy_history_trades": true,
"copy_history_orders": true
}
}
}