Every runtime value that changes between deployments — database addresses, API credentials, trading symbols — is read fromDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/backtest-kit/backtest-ollama-crontab/llms.txt
Use this file to discover all available pages before exploring further.
process.env at startup. During local development the dotenv-cli package injects values from a .env file before each npm run command, so no code change is ever needed to switch environments. In production the same variables are supplied directly by the host environment (Docker, a cloud scheduler, or a shell export).
Getting Started
Copy.env.example to .env in the project root and fill in the values that differ from the defaults:
.env.example
.env fall back to their hard-coded defaults: most are defined in packages/core/src/config/params.ts, while CC_SYMBOL_LIST is defined in packages/main/src/config/params.ts. The sections below document each variable in full.