mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user