.env.production
This commit is contained in:
parent
7d2366d0f4
commit
97b582fed1
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue