webclaw/env.example
Jacob Magar 1c112459bc fix: error on explicit missing config path; update env.example; add README config docs
- config.rs: NoxaConfig::load() now exits with an error when an explicit path
  (via --config arg or NOXA_CONFIG env var) does not exist; implicit ./config.json
  missing still silently returns default
- Updated test: test_load_missing_file_returns_default replaced with
  test_load_implicit_missing_file_returns_default (tests None path, not explicit)
- env.example: replaced fat legacy content with slim secrets-only template
  matching .env.example; deleted redundant .env.example
- README.md: replaced bare env-var table with full Configuration section
  covering config.json workflow, precedence, NOXA_CONFIG override, and bool
  flag limitation
2026-04-11 12:35:21 -04:00

17 lines
522 B
Text

# Secrets and URLs only — everything else goes in config.json
# See config.example.json for the full list of configurable defaults.
# Cloud API key (required for --cloud / --research)
NOXA_API_KEY=
# Single proxy URL (or use NOXA_PROXY_FILE for pool rotation)
NOXA_PROXY=
# Webhook URL for completion notifications
NOXA_WEBHOOK_URL=
# LLM base URL (Ollama or OpenAI-compatible endpoint)
NOXA_LLM_BASE_URL=
# Optional: path to a non-default config file (default: ./config.json)
# NOXA_CONFIG=/path/to/my-config.json