PIbd-22_Katysheva_N.E._Pizz.../Pizzeria/PizzeriaClientApp/appsettings.json

11 lines
183 B
JSON
Raw Normal View History

2024-05-08 12:14:52 +04:00
{
2024-05-22 02:01:59 +04:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"IPAddress": "http://localhost:5175/"
2024-05-08 12:14:52 +04:00
}