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 6ece5e0c39
commit 7178c14705
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ The examples below assume Python + requests.
Add: Add:
- `load_skill_env()`: loads skill-local `.env` - `load_skill_env()`: loads skill-local `.env`
- `get_gateway_config()`: reads - `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`) - `RUNNINGHUB_PROXY_PROVIDER` (default `runninghub`)
### Step 2: Centralize proxy headers ### Step 2: Centralize proxy headers