intro-to-dotnet-web-dev/4-minimal-api/1-complete/PizzaStore/appsettings.json
2023-06-30 10:50:26 -07:00

10 lines
142 B
JSON

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