PIbd-22_Shabunov_O.A._AutoW.../AutoWorkshopShopApp/appsettings.json

11 lines
183 B
JSON
Raw Normal View History

2024-05-14 23:46:36 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-14 23:53:59 +04:00
"AllowedHosts": "*",
"IPAddress": "http://localhost:5224/"
2024-05-14 23:46:36 +04:00
}