shopping-assistant-web-client/ShoppingAssistantWebClient.Web/appsettings.Development.json
2023-09-22 23:16:23 +03:00

11 lines
184 B
JSON

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