PIbd-22_Chernyshev_Shabunov.../ComputerShopGuarantorApp/appsettings.json

11 lines
182 B
JSON
Raw Normal View History

2024-05-02 00:13:15 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-28 13:22:24 +04:00
"AllowedHosts": "*",
2024-05-29 01:02:20 +04:00
"IpAddress": "http://localhost:5055"
2024-05-02 00:13:15 +04:00
}