From 97b582fed147da8a5b420b2c8b1cef809404c9fe Mon Sep 17 00:00:00 2001 From: Michael Clervi Date: Fri, 2 Jan 2026 22:32:35 +0000 Subject: [PATCH] .env.production --- .env.production | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.env.production b/.env.production index 4eff571..272a9e4 100644 --- a/.env.production +++ b/.env.production @@ -110,3 +110,13 @@ OTEL_EXPORTER_OTLP_ENDPOINT= # [ ] Verify COOKIE_DOMAIN matches your domain # [ ] Verify API_BASE_URL and CLIENT_BASE_URL are correct # ============================================================================= +# + + +WHISPER_SERVICE_URL=https://whisper-http-service-bcb6ipdqka-uc.a.run.app +FFMPEG_SERVICE_URL=https://ffmpeg-http-service-bcb6ipdqka-uc.a.run.app + +# Worker Concurrency (higher values for Cloud Run mode since workers just make HTTP calls) +WHISPER_WORKER_CONCURRENCY=10 +FFMPEG_WORKER_CONCURRENCY=20 +WORKER_CONCURRENCY=8