replace host.docker.internal with localhost in configs and docs

This commit is contained in:
Adil Hafeez 2026-03-04 15:40:01 -08:00
parent e5ea3f9730
commit 9e9de86961
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
21 changed files with 42 additions and 42 deletions

View file

@ -194,9 +194,9 @@ Here is a minimal configuration that wires Plano-Orchestrator to two HTTP servic
agents:
- id: flight_agent
url: http://host.docker.internal:10520 # your flights service
url: http://localhost:10520 # your flights service
- id: hotel_agent
url: http://host.docker.internal:10530 # your hotels service
url: http://localhost:10530 # your hotels service
model_providers:
- model: openai/gpt-4o