Merge pull request #9750 from overleaf/ho-redis-volatile

setup web to accept new connection for rate limit redis

GitOrigin-RevId: 114dc4ce06126d77b59f4bfdf39dd3c60bc5eee0
This commit is contained in:
Henry Oswald 2022-09-29 12:22:28 +01:00 committed by Copybot
parent 74f44e655a
commit 6f4975b721
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
REDIS_HOST=localhost
QUEUES_REDIS_HOST=localhost
PUBSUB_REDIS_HOST=localhost
RATELIMITER_REDIS_HOST=localhost
GCLOUD_2_REDIS_HOST=localhost
QUEUES_REDIS_HOST=localhost
POSTGRES_HOST=localhost

View file

@ -4,6 +4,7 @@ REDIS_HOST=localhost
REDIS_DB=5
QUEUES_REDIS_HOST=localhost
PUBSUB_REDIS_HOST=localhost
RATELIMITER_REDIS_HOST=localhost
GCLOUD_2_REDIS_HOST=localhost
QUEUES_REDIS_HOST=localhost
POSTGRES_HOST=localhost