UNPKG

@syntropysoft/praetorian

Version:

Praetorian CLI – A universal multi-environment configuration validator for DevSecOps teams. Validate, compare, and secure YAML/ENV files with ease.

25 lines 422 B
{ "app": { "name": "Database Service", "version": "1.0.0", "debug": false }, "database": { "url": "mongodb://localhost:27017/main", "poolSize": 50, "replicaSet": "rs0", "ssl": true }, "backup": { "enabled": true, "schedule": "0 2 * * *", "retention": 30 }, "monitoring": { "enabled": true, "metrics": { "port": 9090, "path": "/metrics" } } }