Skip to main content
Every environment variable overrides the corresponding config.toml setting for that run. They’re the right tool for one-off toggles:

Reference

Boolean parsing

Falsy values (case-insensitive): 0, false, no, off, and the empty string. Everything else — 1, true, yes, on — is truthy.
An unset variable defers to config.toml; a set variable wins over it.

Common recipes

Settings without an environment variable (capture limits, redaction rules, retention, autotrace include/exclude, …) are file-only — see config.toml.