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 596 B
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Server=localhost;Database=ApiApp;Trusted_Connection=true;" }, "AppSettings": { "ApiKey": "api-key-67890", "BaseUrl": "https://api.example.com", "Timeout": 60 }, "Security": { "JwtSecret": "api-jwt-secret-key", "RequireHttps": true }, "Features": { "EnableCache": true, "EnableLogging": true, "EnableMetrics": true } }