VSERVERWS/appsettings.json
Cameron Taylor 6bc14b88c9 Initial Commit.
New site in .NET 6 replacing .net framwk 4.8
2022-07-27 16:02:36 -04:00

10 lines
142 B
JSON

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