itm325-projects/Assignment0/Assignment0/appsettings.json
2023-09-20 02:34:44 -06:00

10 lines
142 B
JSON

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