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.
45 lines
737 B
45 lines
737 B
{
|
|
"server": {
|
|
"port": 8080,
|
|
"mode": "debug",
|
|
"api_key": "demo-api-key-2024"
|
|
},
|
|
"database": {
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"user": "root",
|
|
"password": "1qazse42W3",
|
|
"database": "marketdata"
|
|
},
|
|
"redis": {
|
|
"host": "localhost",
|
|
"port": 6379,
|
|
"password": "",
|
|
"db": 0
|
|
},
|
|
"sources": {
|
|
"stock": {
|
|
"active": "akshare",
|
|
"list": {
|
|
"akshare": {
|
|
"type": "http",
|
|
"config": {
|
|
"timeout": "30"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"futures": {
|
|
"active": "akshare",
|
|
"list": {
|
|
"akshare": {
|
|
"type": "http",
|
|
"config": {
|
|
"timeout": "30"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|