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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user