Wizard is configured through backend/.env (see backend/.env.example in
the core repo for the full, current list with defaults). This page covers
the settings you're most likely to actually need to touch — for the
complete, byte-accurate list, the .env.example file itself is the source
of truth; this page can drift, that file can't.
Provider endpoints. Rewritten from host.docker.internal to 127.0.0.1 automatically when the backend isn't containerized, unless you've set them yourself.
host (default, subprocess per session) / docker (container per session) / inprocess (dev/test only). auto and local are older spellings, folded to host.
Empty by default, meaning "derive it" (the checkout's backend/skills/ and .wizard/skills). The user layer is never configurable — always your platform config directory, so one machine's layout can't leak into .env.example and confuse another.
SKILLS_REGISTRY_API
Left commented by default (api.github.com is correct for most installs) — set it for GitHub Enterprise.
Repo/API secrets (model provider API keys, connector credentials) are
resolved from the environment first, then a local credential store — never
logged, never returned by any route. See
Data Modes & Privacy.