Files
OnlineShop/AppWithAzureBlobStorage/OnlineShop/OnlineShop.ApiService/appsettings.json
T
2026-01-20 20:28:19 +00:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}