{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "IpRateLimiting": { "EnableEndpointRateLimiting": true, "StackBlockedRequests": false, "RealIpHeader": "X-Forwarded-For", "HttpStatusCode": 429, "GeneralRules": [ { "Endpoint": "*:/BlogPosts/search", "Period": "1s", "Limit": 2 } ] } }