docs: update port 8000 references to 8011 in mining and cli docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
- Update mining/1_quick-start.md: coordinator URL 8000 → 8011 - Update cli/permission-setup.md: AITBC_COORDINATOR_URL 8000 → 8011 - More documentation files still need port 8000 → 8011 updates
This commit is contained in:
@@ -192,7 +192,7 @@ source /opt/aitbc/.env.dev
|
||||
# Available variables
|
||||
export AITBC_DEV_MODE=1
|
||||
export AITBC_DEBUG=1
|
||||
export AITBC_COORDINATOR_URL=http://localhost:8000
|
||||
export AITBC_COORDINATOR_URL=http://localhost:8011
|
||||
export AITBC_BLOCKCHAIN_RPC=http://localhost:8006
|
||||
export AITBC_CLI_PATH=/opt/aitbc/cli
|
||||
export PYTHONPATH=/opt/aitbc/cli:$PYTHONPATH
|
||||
|
||||
Reference in New Issue
Block a user