Skip to content

Commit

Permalink
fix(revert): "feat(rate-limit): enable rate limit in production (#3362)…
Browse files Browse the repository at this point in the history
…" (#3381)
  • Loading branch information
gagantrivedi authored Feb 5, 2024
1 parent e8bc7d3 commit ea3bc3c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,22 +178,6 @@
{
"name": "PIPEDRIVE_IGNORE_DOMAINS",
"value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io,flagsmithe2etestdomain.io"
},
{
"name": "DEFAULT_THROTTLE_CLASSES",
"value": "core.throttling.UserRateThrottle"
},
{
"name": "DJANGO_REDIS_CONNECTION_FACTORY",
"value": "core.redis_cluster.ClusterConnectionFactory"
},
{
"name": "USER_THROTTLE_CACHE_BACKEND",
"value": "django_redis.cache.RedisCache"
},
{
"name": "USER_THROTTLE_CACHE_LOCATION",
"value": "rediss://serverless-redis-cache-c4q8sw.serverless.euw2.cache.amazonaws.com:6379"
}
],
"secrets": [
Expand Down

0 comments on commit ea3bc3c

Please sign in to comment.