cs-codex-dist-tests/Tools/KeyMaker/appsettings.json

10 lines
142 B
JSON
Raw Normal View History

2024-06-19 12:04:27 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}