docs consolidation
This commit is contained in:
@@ -43,12 +43,10 @@ Configure via `vexlens.yaml` or environment variables with `VEXLENS_` prefix:
|
||||
```yaml
|
||||
VexLens:
|
||||
Storage:
|
||||
Driver: mongo # "memory" for testing, "mongo" for production
|
||||
ConnectionString: "mongodb://..."
|
||||
Database: stellaops
|
||||
ProjectionsCollection: vex_consensus
|
||||
HistoryCollection: vex_consensus_history
|
||||
MaxHistoryEntries: 100
|
||||
Driver: postgres # "memory" for testing, "postgres" for production
|
||||
PostgresConnectionString: "Host=postgres;Database=stellaops_platform;Username=stellaops;Password=..."
|
||||
ProjectionRetentionDays: 365
|
||||
EventRetentionDays: 90
|
||||
CommandTimeoutSeconds: 30
|
||||
|
||||
Trust:
|
||||
@@ -98,8 +96,8 @@ VexLens:
|
||||
### 3.2 Environment variable overrides
|
||||
|
||||
```bash
|
||||
VEXLENS_STORAGE__DRIVER=mongo
|
||||
VEXLENS_STORAGE__CONNECTIONSTRING=mongodb://localhost:27017
|
||||
VEXLENS_STORAGE__DRIVER=postgres
|
||||
VEXLENS_STORAGE__POSTGRESCONNECTIONSTRING="Host=localhost;Database=stellaops_platform;Username=stellaops;Password=..."
|
||||
VEXLENS_CONSENSUS__DEFAULTMODE=WeightedVote
|
||||
VEXLENS_AIRGAP__SEALEDMODE=true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user