diff --git a/docs/deployment/5_marketplace-deployment.md b/docs/deployment/5_marketplace-deployment.md index b3209b8f..d0a57f8c 100644 --- a/docs/deployment/5_marketplace-deployment.md +++ b/docs/deployment/5_marketplace-deployment.md @@ -50,12 +50,12 @@ 4. **RTX 4060 Ti (16GB) - $0.30/hr - Available** (newly registered) ### Service Status: -- Coordinator API: Running on port 8000 +- Coordinator API: Running on port 8011 - Service: active (running) - Last restart: Feb 12, 2026 at 16:14:11 UTC ### Next Steps: -1. Update CLI to use remote server URL (http://aitbc-cascade:8000) +1. Update CLI to use remote server URL (http://aitbc-cascade:8011) 2. Test full CLI workflow against remote server 3. Consider persistent storage implementation 4. Add authentication/authorization for production diff --git a/docs/deployment/SETUP.md b/docs/deployment/SETUP.md index c5819da2..c3367382 100644 --- a/docs/deployment/SETUP.md +++ b/docs/deployment/SETUP.md @@ -82,7 +82,7 @@ AITBC uses standard Linux system directories for runtime data: |---------|------|----------------| | Wallet API | 8003 | `http://localhost:8003/health` | | Exchange API | 8001 | `http://localhost:8001/api/health` | -| Coordinator API | 8000 | `http://localhost:8000/health` | +| Coordinator API | 8000 | `http://localhost:8011/health` | | Blockchain RPC | 8545 | `http://localhost:8545` | ## Management Commands