ISEbd-21_Chegodaev_A.Y._Law.../LawFirm/LawFirmClientApp/appsettings.json

11 lines
183 B
JSON
Raw Normal View History

2024-05-11 00:23:02 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-06-16 21:11:56 +04:00
"AllowedHosts": "*",
"IPAddress": "http://localhost:5134/"
2024-05-11 00:23:02 +04:00
}