2026-04-11 12:35:21 -04:00
|
|
|
# Secrets and URLs only — everything else goes in config.json
|
|
|
|
|
# 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 12:35:21 -04:00
|
|
|
# Webhook URL for completion notifications
|
|
|
|
|
NOXA_WEBHOOK_URL=
|
2026-03-23 18:31:11 +01:00
|
|
|
|
2026-04-11 12:35:21 -04:00
|
|
|
# LLM base URL (Ollama or OpenAI-compatible endpoint)
|
|
|
|
|
NOXA_LLM_BASE_URL=
|
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
|