docs consolidation work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user