PIbd-21_Balberova_D.N._Sush.../SushiBar/SushiBarShopApp/appsettings.json

13 lines
212 B
JSON
Raw Normal View History

2023-04-08 13:20:25 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"IPAddress": "http://localhost:5292/",
"PasswordShop": "12345"
}