UNPKG

@syntropysoft/praetorian

Version:

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

27 lines (23 loc) 391 B
# Production YAML configuration file database: host: db.production.com port: 5432 name: myapp_prod ssl: true api: host: 0.0.0.0 port: 80 timeout: 60 debug: false redis: host: redis.production.com port: 6379 password: "secret_password" logging: level: warn format: json output: file # Production-specific settings production: monitoring: true backup: true