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.
47 lines
833 B
47 lines
833 B
|
3 months ago
|
{
|
||
|
|
"server": {
|
||
|
|
"port": 8080,
|
||
|
|
"mode": "debug",
|
||
|
|
"api_key": "demo-api-key-2024"
|
||
|
|
},
|
||
|
|
"database": {
|
||
|
|
"host": "localhost",
|
||
|
|
"port": 5432,
|
||
|
|
"user": "postgres",
|
||
|
|
"password": "postgres",
|
||
|
|
"database": "marketdata"
|
||
|
|
},
|
||
|
|
"redis": {
|
||
|
|
"host": "localhost",
|
||
|
|
"port": 6379,
|
||
|
|
"password": "",
|
||
|
|
"db": 0
|
||
|
|
},
|
||
|
|
"sources": {
|
||
|
|
"stock": {
|
||
|
|
"active": "tushare",
|
||
|
|
"list": {
|
||
|
|
"tushare": {
|
||
|
|
"type": "http",
|
||
|
|
"config": {
|
||
|
|
"token": "",
|
||
|
|
"base_url": "https://api.tushare.pro"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"futures": {
|
||
|
|
"active": "tushare",
|
||
|
|
"list": {
|
||
|
|
"tushare": {
|
||
|
|
"type": "http",
|
||
|
|
"config": {
|
||
|
|
"token": "",
|
||
|
|
"base_url": "https://api.tushare.pro"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|