From 17a1f9b55fa85d0b88414c2a8d7d752d4ef96965 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 17 Jul 2024 16:22:04 -0400 Subject: [PATCH] Update .env.example --- apps/api/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/.env.example b/apps/api/.env.example index c39c8fa3..5d8e746d 100644 --- a/apps/api/.env.example +++ b/apps/api/.env.example @@ -3,6 +3,7 @@ NUM_WORKERS_PER_QUEUE=8 PORT=3002 HOST=0.0.0.0 REDIS_URL=redis://localhost:6379 +REDIS_RATE_LIMIT_URL=redis://localhost:6379 PLAYWRIGHT_MICROSERVICE_URL=http://playwright-service:3000/html ## To turn on DB authentication, you need to set up supabase.