docs: link examples README from SETUP.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
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
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
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
Multi-Node Stress Testing / stress-test (push) Has been cancelled
- Added Configuration Examples section with links to all example files - Included quick setup command for open island configuration - Links to examples/README.md for comprehensive documentation
This commit is contained in:
@@ -171,6 +171,22 @@ Contains node-specific environment variables:
|
||||
|
||||
**Note**: AITBC does NOT use `/etc/aitbc/.env`. All configuration should be in `blockchain.env` and `node.env`.
|
||||
|
||||
### Configuration Examples
|
||||
|
||||
Pre-configured example files are available in `/opt/aitbc/examples/` for quick setup:
|
||||
|
||||
- **[Examples README](../../examples/README.md)** - Complete guide to all configuration examples
|
||||
- **[blockchain.env.open-island](../../examples/blockchain.env.open-island)** - Pre-configured for hub.aitbc.bubuit.net open island
|
||||
- **[node.env.open-island](../../examples/node.env.open-island)** - Node-specific configuration for open island
|
||||
- **[blockchain.env.example](../../examples/blockchain.env.example)** - General blockchain configuration template
|
||||
- **[node.env.example](../../examples/node.env.example)** - General node configuration template
|
||||
|
||||
**Quick Setup for Open Island:**
|
||||
```bash
|
||||
sudo cp /opt/aitbc/examples/blockchain.env.open-island /etc/aitbc/blockchain.env
|
||||
sudo cp /opt/aitbc/examples/node.env.open-island /etc/aitbc/node.env
|
||||
```
|
||||
|
||||
## Production Considerations
|
||||
|
||||
For production deployment:
|
||||
|
||||
Reference in New Issue
Block a user