Skip to content

Commit

Permalink
fix typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-es-ir committed Apr 16, 2023
1 parent 8b4d3b3 commit a025f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/DotNet.RateLimiter.Demo/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"EnableRateLimit": true, //Optional: if set false rate limit will disable, default is true
"HttpStatusCode": 429, //Optional: default is 429
"ErrorMessage": "Rate limit Exceeded", //Optional: default is Rate limit Exceeded
"IpHeaderName": "X-Forwarded-For" //Optional: header name for get Ip address, default is X-Forwarded-For
"IpHeaderName": "X-Forwarded-For" //Optional: header name for getting Ip address, default is X-Forwarded-For
//,"RedisConnection": "127.0.0.1:6379"
//"IpWhiteList": ["::1"],
//"ClientIdentifier": "X-Client-Id" // for get client id from request header if this present the rate limit will not use IP for limit requests
//"ClientIdentifier": "X-Client-Id" // for getting client id from request header if this present the rate limit will not use IP for limit requests
//"ClientIdentifierWhiteList": ["test-client"]
}
}

0 comments on commit a025f91

Please sign in to comment.