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 694cb665da
commit 1bdad99fcb
2 changed files with 2 additions and 0 deletions
+1
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
+1
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