Skip to content

Configuration Audit

Configuration Priority

  1. CLI arguments (highest)
  2. Environment variables
  3. Config files (~/.clauderon/*.toml)
  4. Defaults (lowest)

Feature Flags

All flags support CLI, env var, and config file. None support runtime API modification.

FlagCLIEnvConfigAPI
enable_webauthn_authGET
enable_ai_metadataGET
enable_auto_reconcileGET
enable_usage_trackingGET
enable_experimental_modelsGET

Server Settings

SettingEnvConfigCLI
bind_addressCLAUDERON_BIND_ADDR
http_port--http-port
dev_modeCLAUDERON_DEV--dev
log_levelRUST_LOG

Summary of Gaps

CategoryIssue
Server settingsbind_address env-only, http_port CLI-only
Backend configsFile-only, no env/CLI/API
Feature flagsNo runtime modification