mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
chore: slim .env.example to secrets/URLs only
This commit is contained in:
parent
9acecba314
commit
10364416c1
1 changed files with 17 additions and 0 deletions
17
.env.example
Normal file
17
.env.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Secrets and URLs 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=
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue