2026-04-11 19:30:51 -04:00
|
|
|
# Secrets, URLs, and path overrides only — everything else goes in config.json
|
2026-04-11 12:35:21 -04:00
|
|
|
# See config.example.json for the full list of configurable defaults.
|
2026-03-23 18:31:11 +01:00
|
|
|
|
2026-04-11 12:35:21 -04:00
|
|
|
# Cloud API key (required for --cloud / --research)
|
|
|
|
|
NOXA_API_KEY=
|
2026-03-23 18:31:11 +01:00
|
|
|
|
2026-04-11 12:35:21 -04:00
|
|
|
# Single proxy URL (or use NOXA_PROXY_FILE for pool rotation)
|
|
|
|
|
NOXA_PROXY=
|
2026-04-11 07:36:19 -04:00
|
|
|
|
2026-04-11 19:30:51 -04:00
|
|
|
# Proxy pool file path for rotating proxies
|
|
|
|
|
NOXA_PROXY_FILE=
|
|
|
|
|
|
2026-04-11 12:35:21 -04:00
|
|
|
# Webhook URL for completion notifications
|
|
|
|
|
NOXA_WEBHOOK_URL=
|
2026-03-23 18:31:11 +01:00
|
|
|
|
2026-04-12 00:52:53 -04:00
|
|
|
# LLM provider configuration and backend defaults
|
|
|
|
|
# NOXA_LLM_PROVIDER=gemini
|
|
|
|
|
# NOXA_LLM_MODEL=gemini-2.5-pro
|
|
|
|
|
# NOXA_LLM_BASE_URL= (Ollama or OpenAI-compatible endpoint)
|
|
|
|
|
# GEMINI_MODEL=gemini-2.5-pro
|
|
|
|
|
# OLLAMA_HOST=http://localhost:11434
|
|
|
|
|
# OLLAMA_MODEL=qwen3.5:9b
|
|
|
|
|
# OLLAMA_HEALTH_TIMEOUT_MS=2000
|
|
|
|
|
# OPENAI_API_KEY=
|
|
|
|
|
# ANTHROPIC_API_KEY=
|
2026-03-23 18:31:11 +01:00
|
|
|
|
2026-04-11 12:35:21 -04:00
|
|
|
# Optional: path to a non-default config file (default: ./config.json)
|
|
|
|
|
# NOXA_CONFIG=/path/to/my-config.json
|