PIbd-21_Zaharchenko_M.I._Pi.../Pizzeria/PizzeriaShopRestApi/appsettings.json

11 lines
173 B
JSON
Raw Normal View History

2023-03-26 19:05:49 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-03-27 04:30:01 +04:00
"AllowedHosts": "*",
2023-05-03 22:54:42 +04:00
"ShopAPIPassword": "123456"
2023-03-26 19:05:49 +04:00
}