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

- Update apps/infrastructure/monitor.md: endpoint 8000 → 8011
- Update security/policies/DOTENV_DISCIPLINE.md: API_URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
This commit is contained in:
aitbc
2026-05-08 21:46:19 +02:00
parent 98c4e1a81e
commit c002759322
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ Content-Type: application/json
{
"service_name": "string",
"endpoint": "http://localhost:8000/health",
"endpoint": "http://localhost:8011/health",
"interval": 60,
"timeout": 10
}

View File

@@ -104,7 +104,7 @@ DATABASE_URL=sqlite:///./data/coordinator.db
# =============================================================================
# API CONFIGURATION
# =============================================================================
API_URL=http://localhost:8000
API_URL=http://localhost:8011
ADMIN_API_KEY=your-admin-key-here
# =============================================================================