PIbd-23_Ivanov_V.N._Pizzeria/Pizzeria/PizzeriaRestApi/appsettings.json

9 lines
141 B
JSON
Raw Normal View History

2024-03-21 13:21:25 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}