docs consolidation work

This commit is contained in:
StellaOps Bot
2025-12-25 18:48:11 +02:00
parent 2a06f780cf
commit 82a49f6743
102 changed files with 3550 additions and 1679 deletions

View File

@@ -4,13 +4,10 @@
VexLens:
# Storage configuration for consensus projections
Storage:
# Driver: "memory" for testing, "mongo" for production
Driver: mongo
ConnectionString: "mongodb://localhost:27017"
Database: stellaops
ProjectionsCollection: vex_consensus
HistoryCollection: vex_consensus_history
MaxHistoryEntries: 100
# Driver: "memory" for testing, "postgres" for production (MongoDB removed in Sprint 4400)
Driver: postgres
PostgresConnectionString: "Host=postgres;Port=5432;Database=stellaops_platform;Username=stellaops;Password=change-me"
Database: stellaops_platform
CommandTimeoutSeconds: 30
# Trust engine configuration