Files
git.stella-ops.org/src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/appsettings.Development.json
2026-02-04 19:59:20 +02:00

14 lines
223 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"EvidenceLocker": {
"Database": {
"ConnectionString": "Host=localhost"
}
}
}