Skip to content

Configuration Reference

Last verified: 2026-07-26 against dev at f0388abb.

This page maps configuration areas to their owning documentation. Long command and environment details intentionally live in component READMEs.

Area Owner doc
Root local setup README.md
Backend setup backend/README.md
Frontend setup and altaforge-ui submodule frontend/README.md
Extractor app setup extractor_apps/README.md
Smart chunking settings smart_chunking/README.md
Phoenix/Arize env phoenix/README.md
Infrastructure altaforge-infrastructure under azure/environments/<env>/<region>/sdp/
Local policy file README.md

Configuration Principles

  • Do not commit secrets.
  • Keep client-specific Arize keys and SAS URIs in .env.local.
  • Do not send long-lived LLM keys through browser code.
  • Keep infrastructure definitions outside this repo.
  • Treat schema/extractor registry changes as code plus data-state changes.

Local Tenancy Defaults

Local route tests and local UI calls must include an organization context. The root README documents the backend and frontend patterns for enforcing this.