You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
464 B
25 lines
464 B
{
|
|
"server": {
|
|
"port": 3007
|
|
},
|
|
"dataSource": {
|
|
"tqsdk": {
|
|
"enabled": true,
|
|
"username": "你的天勤账号",
|
|
"password": "你的天勤密码",
|
|
"timeout": 30000,
|
|
"retries": 3,
|
|
"maxConnections": 5,
|
|
"pythonPort": 8000
|
|
},
|
|
"akshare": {
|
|
"enabled": false,
|
|
"use_cache": true,
|
|
"timeout": 30000,
|
|
"retries": 3,
|
|
"refreshInterval": 60000
|
|
},
|
|
"defaultDataSource": "tqsdk"
|
|
}
|
|
}
|