PIbd-22_Filippov_D.S._Bar/Bar/BarRestApi/appsettings.json

10 lines
142 B
JSON
Raw Normal View History

2024-06-21 16:40:28 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}