Merge pull request #13128 from overleaf/ab-missing-config-analytics-queues-imaged-env

Add a missing configuration for analytics queues when running web locally

GitOrigin-RevId: 40536ff3b45df07b52751dc5a991dc66c27f0b3f
This commit is contained in:
Alexandre Bourdin 2023-05-17 18:13:56 +03:00 committed by Copybot
parent 1f7d317db9
commit bc7e2d0903

View file

@ -1,5 +1,6 @@
REDIS_HOST=localhost
QUEUES_REDIS_HOST=localhost
ANALYTICS_QUEUES_REDIS_HOST=localhost
PUBSUB_REDIS_HOST=localhost
RATELIMITER_REDIS_HOST=localhost
GCLOUD_2_REDIS_HOST=localhost