docs: update port 8000 references to 8011 in deployment docs

- Update deployment/5_marketplace-deployment.md: coordinator URL 8000 → 8011
- Update deployment/SETUP.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
This commit is contained in:
aitbc
2026-05-08 21:48:47 +02:00
parent cd58fbd3e4
commit 522c494141
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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