mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.AspNetCore.Hosting.Diagnostics": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|