fix(docs): update default DEER_FLOW_GATEWAY_URL to use port 8101 in migration guide

This commit is contained in:
Titan 2026-04-24 19:13:56 +08:00
parent 79fba9643c
commit 3a57e0f6ca
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ The examples below assume Python + requests.
Add:
- `load_skill_env()`: loads skill-local `.env`
- `get_gateway_config()`: reads
- `DEER_FLOW_GATEWAY_URL` (default `http://host.docker.internal:8001`)
- `DEER_FLOW_GATEWAY_URL` (default `http://host.docker.internal:8101`)
- `RUNNINGHUB_PROXY_PROVIDER` (default `runninghub`)
### Step 2: Centralize proxy headers