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