docs consolidation

This commit is contained in:
StellaOps Bot
2025-12-25 12:16:13 +02:00
parent deb82b4f03
commit 223843f1d1
34 changed files with 2141 additions and 106 deletions

View File

@@ -11,7 +11,7 @@
| Component | Requirement | Notes |
|-----------|-------------|-------|
| Runtime | .NET 10.0+ | LTS recommended |
| Database | PostgreSQL 15.0+ | For projections and issuer directory |
| Database | PostgreSQL 16+ | For projections and issuer directory |
| Cache | Valkey 8.0+ (optional) | For caching consensus results |
| Memory | 512MB minimum | 2GB recommended for production |
| CPU | 2 cores minimum | 4 cores for high throughput |
@@ -411,8 +411,8 @@ vexlens:
caching:
enabled: true
redis:
connectionString: redis://redis:6379
redis: # Valkey (Redis-compatible)
connectionString: redis://valkey:6379
consensusTtlMinutes: 5
issuerTtlMinutes: 60
```