Sync env example with env contract

This commit is contained in:
Jacob Magar 2026-04-11 19:30:51 -04:00
parent 042feb7887
commit c018ea4a61

View file

@ -1,4 +1,4 @@
# Secrets and URLs only — everything else goes in config.json # Secrets, URLs, and path overrides only — everything else goes in config.json
# See config.example.json for the full list of configurable defaults. # See config.example.json for the full list of configurable defaults.
# Cloud API key (required for --cloud / --research) # Cloud API key (required for --cloud / --research)
@ -7,6 +7,9 @@ NOXA_API_KEY=
# Single proxy URL (or use NOXA_PROXY_FILE for pool rotation) # Single proxy URL (or use NOXA_PROXY_FILE for pool rotation)
NOXA_PROXY= NOXA_PROXY=
# Proxy pool file path for rotating proxies
NOXA_PROXY_FILE=
# Webhook URL for completion notifications # Webhook URL for completion notifications
NOXA_WEBHOOK_URL= NOXA_WEBHOOK_URL=