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.

56 lines
1.1 KiB

{
"server": {
"port": 8080,
"mode": "debug",
"api_key": "",
"auth_enabled": false
},
"database": {
"host": "localhost",
"port": 3306,
"user": "root",
"password": "1qazse42W3",
"database": "marketdata"
},
"redis": {
"host": "localhost",
"port": 6379,
"password": "",
"db": 0
},
"sources": {
"stock": {
"active": "amazingdata",
"list": {
"amazingdata": {
"type": "sdk",
"config": {
"username": "11200008169",
"password": "11200008169@2026",
"host": "140.206.44.234",
"port": "8600",
"local_path": "./amazing_data_cache/",
"use_local_cache": "true"
}
}
}
},
"futures": {
"active": "amazingdata",
"list": {
"amazingdata": {
"type": "sdk",
"config": {
"username": "",
"password": "",
"host": "",
"port": "8600",
"local_path": "./amazing_data_cache/",
"use_local_cache": "true"
}
}
}
}
}
}