WUT_Computer_Science/EGUI/lab2/appsettings.json

10 lines
151 B
JSON
Raw Normal View History

2022-04-15 19:03:51 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}