Files
cluster/sampleapi/SampleApi/appsettings.json
Khwezi Mngoma 0410dc3950 first commit
2026-02-22 16:43:17 +02:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}