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