Quiz_example/appsettings.json
2024-01-13 17:08:26 +01:00

9 lines
151 B
JSON

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