10 lines
172 B
JSON
Raw Normal View History

2024-03-21 13:21:25 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-03-28 20:31:32 +04:00
"AllowedHosts": "*",
"ShopAPIPassword": "123456"
2024-03-21 13:21:25 +04:00
}