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 test improvement - Adjust DownloaderDataProvider to follow the pattern
18 lines
492 B
JSON
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": ""
|
|
}
|