mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-02 19:16:08 +00: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:
parent
74f44e655a
commit
6f4975b721
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue