API Reference
lean config set
Description
Updates the value of a configurable option in your global configuration directory. The command aborts with a descriptive error message if the given value is invalid for the given key.
The following keys can be set:
Key | Description |
---|---|
user-id | The user Id used when making authenticated requests to the QuantConnect API. |
api-token | The API token used when making authenticated requests to the QuantConnect API. |
default-language | The default language used when creating new projects (must be either python or csharp ). |
engine-image | The Docker image used when running the LEAN engine (quantconnect/lean:latest if not set). |
research-image | The Docker image used when running the research environment (quantconnect/research:latest if not set). |