fix(docs): update default DEER_FLOW_GATEWAY_URL to use port 8101 in migration guide
This commit is contained in:
parent
79fba9643c
commit
3a57e0f6ca
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue