Backend (src/configs/settings.py)
Pydantic settings load from the environment. At a high level, operators configure:
| Area | Purpose (conceptual) |
|---|---|
| Primary database | Connection string and database identity for application state. |
| Vector / search | Host and access for embedding-backed retrieval, when used. |
| Model providers | Credentials and feature flags for LLM-backed behavior. |
| Browser policy | Which web origins may call the API from the browser. |
| Authentication | Server-side signing and validation settings (exact variables are defined in code and should not be copied into public runbooks with real values). |