mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-05-16 18:35:12 +02:00
20 lines
601 B
Text
20 lines
601 B
Text
# Secrets, URLs, and path overrides 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=
|
|
|
|
# Proxy pool file path for rotating proxies
|
|
NOXA_PROXY_FILE=
|
|
|
|
# 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
|