docs: remove CLIENT_KEY/env.local — auth handled by auth-runtime
This commit is contained in:
parent
b537823427
commit
fba94ec132
12
SKILL.md
12
SKILL.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue