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:
@@ -50,12 +50,12 @@
|
|||||||
4. **RTX 4060 Ti (16GB) - $0.30/hr - Available** (newly registered)
|
4. **RTX 4060 Ti (16GB) - $0.30/hr - Available** (newly registered)
|
||||||
|
|
||||||
### Service Status:
|
### Service Status:
|
||||||
- Coordinator API: Running on port 8000
|
- Coordinator API: Running on port 8011
|
||||||
- Service: active (running)
|
- Service: active (running)
|
||||||
- Last restart: Feb 12, 2026 at 16:14:11 UTC
|
- Last restart: Feb 12, 2026 at 16:14:11 UTC
|
||||||
|
|
||||||
### Next Steps:
|
### 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
|
2. Test full CLI workflow against remote server
|
||||||
3. Consider persistent storage implementation
|
3. Consider persistent storage implementation
|
||||||
4. Add authentication/authorization for production
|
4. Add authentication/authorization for production
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ AITBC uses standard Linux system directories for runtime data:
|
|||||||
|---------|------|----------------|
|
|---------|------|----------------|
|
||||||
| Wallet API | 8003 | `http://localhost:8003/health` |
|
| Wallet API | 8003 | `http://localhost:8003/health` |
|
||||||
| Exchange API | 8001 | `http://localhost:8001/api/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` |
|
| Blockchain RPC | 8545 | `http://localhost:8545` |
|
||||||
|
|
||||||
## Management Commands
|
## Management Commands
|
||||||
|
|||||||
Reference in New Issue
Block a user