Files
dotnet-mvc-test/appsettings.json
Tommy Parnell 0ee3ee8bff init
2021-12-28 15:08:21 -05:00

10 lines
151 B
JSON

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