vnpy/trader/VT_setting.json

11 lines
187 B
JSON
Raw Normal View History

2016-07-02 03:12:44 +00:00
{
"fontFamily": "微软雅黑",
"fontSize": 12,
2017-06-11 12:36:13 +00:00
"mongoHost": "mongodb://vnpy:vnpy@localhost",
2016-07-02 03:12:44 +00:00
"mongoPort": 27017,
2017-06-11 12:36:13 +00:00
"mongoLogging": true,
2017-04-28 14:10:07 +00:00
"darkStyle": true,
"language": "chinese"
2016-07-02 03:12:44 +00:00
}