Files
quantconnect--lean/DownloaderDataProvider/config.example.json
T
Martin-Molinero b527a3dd86
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Minor fixes (#7980)
- Minor test improvement
- Adjust DownloaderDataProvider to follow the pattern
2024-04-26 14:37:47 -03:00

18 lines
492 B
JSON

{
"map-file-provider": "LocalDiskMapFileProvider",
"data-provider": "DefaultDataProvider",
"log-handler": "CompositeLogHandler",
"factor-file-provider": "LocalDiskFactorFileProvider",
// The root directory of the data folder for this application
"data-folder": "../../../Data/",
// To get your api access token go to quantconnect.com/account
"job-user-id": "0",
"api-access-token": "",
"job-organization-id": "",
// Data downloader provider
"data-downloader": ""
}