docs: update port 8000 references to 8011 in infrastructure docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled

- Update infrastructure/migration/microservices-migration-status.md: coordinator URL 8000 → 8011
- Update apps/infrastructure/api-gateway.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
This commit is contained in:
aitbc
2026-05-08 21:45:35 +02:00
parent c3f1d66c40
commit ccd936a3b6
2 changed files with 7 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ gpu_service_url: str = "http://localhost:8101"
marketplace_service_url: str = "http://localhost:8102"
trading_service_url: str = "http://localhost:8104"
governance_service_url: str = "http://localhost:8105"
coordinator_url: str = "http://localhost:8000" # Deprecated, for backward compatibility
coordinator_url: str = "http://localhost:8011" # Deprecated, for backward compatibility
```
## Migration Status