docs: remove CLIENT_KEY/env.local — auth handled by auth-runtime

This commit is contained in:
ivanberry 2026-03-12 08:20:46 +08:00
parent b537823427
commit fba94ec132
1 changed files with 7 additions and 5 deletions

View File

@ -59,8 +59,10 @@ bun run fetch -- --workflow-id=outreach-xxx > /tmp/leads.json
bun run export -- --drafts=/tmp/drafts-outreach-xxx.json --workflow-id=outreach-xxx bun run export -- --drafts=/tmp/drafts-outreach-xxx.json --workflow-id=outreach-xxx
``` ```
## Environment (.env.local) ## Config
Already configured. Do NOT modify.
- AUTH_BASE, CLIENT_KEY: for lead-dataset API auth Auth (CLIENT_KEY) is loaded automatically from `~/.openclaw/.env` by auth-runtime.
- CLOUDFLARE_*: R2 upload credentials
- SENDER_EMAIL: From header in EML files R2 and email config in `~/.openclaw/.env`:
- `CLOUDFLARE_*`: R2 upload credentials
- `SENDER_EMAIL`: From header in EML files