CourseWork_CompShop/ComputerShopProvider/ComputerShopRestApi/appsettings.json
2023-04-07 17:53:57 +04:00

10 lines
142 B
JSON

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