Coursach/Course/ImplementerApp/appsettings.json
2024-04-28 17:11:40 +04:00

10 lines
142 B
JSON

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