Compare commits

...

2 Commits

3 changed files with 4 additions and 1 deletions

View File

@ -65,6 +65,8 @@ frontend/node_modules
backend/.venv
backend/htmlcov
backend/.coverage
backend/.deer-flow
backend/.deer-flow/**/*
*.md
!README.md
!frontend/README.md

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ coverage/
.deer-flow/
.claude/
skills/custom/*
skills/
logs/
log/

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