Quiz_example/appsettings.json

10 lines
151 B
JSON
Raw Normal View History

2024-01-13 17:08:26 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}