mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-23 07:21:02 +02:00
Sync env example with env contract
This commit is contained in:
parent
042feb7887
commit
c018ea4a61
1 changed files with 4 additions and 1 deletions
|
|
@ -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=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue