@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 • 594 B
JSON
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=WorkerApp;Trusted_Connection=true;"
},
"AppSettings": {
"ApiKey": "worker-key-11111",
"BaseUrl": "https://worker.example.com",
"Timeout": 120
},
"WorkerSettings": {
"BatchSize": 100,
"Interval": 5000,
"MaxRetries": 3
},
"Features": {
"EnableCache": false,
"EnableLogging": true,
"EnableHealthCheck": true
}
}