docs: update port 8000 references to 8011 in deployment and blockchain docs
- Update deployment/2_service-naming-convention.md: coordinator URL 8000 → 8011 - Update blockchain/adding_gitea_runner_as_third_node.md: API port 8000 → 8011 - More documentation files still need port 8000 → 8011 updates
This commit is contained in:
@@ -78,7 +78,7 @@ rpc_bind_port=8006
|
|||||||
|
|
||||||
# API Configuration
|
# API Configuration
|
||||||
api_host=0.0.0.0
|
api_host=0.0.0.0
|
||||||
api_port=8000
|
api_port=8011
|
||||||
|
|
||||||
# Wallet Configuration
|
# Wallet Configuration
|
||||||
wallet_host=0.0.0.0
|
wallet_host=0.0.0.0
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ ssh ns3-root "incus exec aitbc -- journalctl -u aitbc-blockchain-node-3.service
|
|||||||
|
|
||||||
### Coordinator API
|
### Coordinator API
|
||||||
- Main API for job submission, miner management, and receipts
|
- Main API for job submission, miner management, and receipts
|
||||||
- Runs on localhost:8000 inside container
|
- Runs on http://localhost:8011 inside container
|
||||||
- Proxied via nginx at https://aitbc.bubuit.net/api/
|
- Proxied via nginx at https://aitbc.bubuit.net/api/
|
||||||
|
|
||||||
## Benefits of Standardized Naming
|
## Benefits of Standardized Naming
|
||||||
|
|||||||
Reference in New Issue
Block a user