shopping-assistant-web-client/ShoppingAssistantWebClient.Web/appsettings.Development.json
2023-10-15 15:18:09 +00:00

11 lines
194 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ApiUrl": "https://localhost:7268/"
}