PIbd-21_Yaruskin_S.A_MotorP.../MotorPlant/MotorPlantRestApi/appsettings.json

11 lines
173 B
JSON
Raw Normal View History

2024-04-07 23:57:23 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-17 06:06:37 +04:00
"AllowedHosts": "*",
"ShopAPIPassword": "123456"
2024-04-07 23:57:23 +04:00
}