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.
18 lines
316 B
18 lines
316 B
|
3 months ago
|
{
|
||
|
|
"server": {
|
||
|
|
"port": 3007
|
||
|
|
},
|
||
|
|
"dataSource": {
|
||
|
|
"tqsdk": {
|
||
|
|
"enabled": true,
|
||
|
|
"username": "你的天勤账号",
|
||
|
|
"password": "你的天勤密码",
|
||
|
|
"timeout": 30000,
|
||
|
|
"retries": 3,
|
||
|
|
"maxConnections": 5,
|
||
|
|
"pythonPort": 8000
|
||
|
|
},
|
||
|
|
"defaultDataSource": "tqsdk"
|
||
|
|
}
|
||
|
|
}
|