UNPKG

@syntropysoft/praetorian

Version:

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

22 lines 488 B
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Server=localhost;Database=WebApp;Trusted_Connection=true;" }, "AppSettings": { "ApiKey": "web-api-key-12345", "BaseUrl": "https://web.example.com", "Timeout": 30 }, "Features": { "EnableCache": true, "EnableLogging": true } }