.env and .gitignore
This commit is contained in:
parent
79440929f4
commit
6881565d75
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -96,3 +96,5 @@ docs/*.pdf
|
|||
# =============================================================================
|
||||
# Deployment backups (created by deployment scripts)
|
||||
/var/www/html/video-accessibility.backup.*
|
||||
|
||||
backend/.env
|
||||
|
|
|
|||
|
|
@ -40,3 +40,7 @@ CLIENT_BASE_URL=http://localhost:5173
|
|||
# Observability
|
||||
SENTRY_DSN=...
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT=
|
||||
|
||||
|
||||
WHISPER_SERVICE_URL=https://whisper-http-service-bcb6ipdqka-uc.a.run.app
|
||||
FFMPEG_SERVICE_URL=https://ffmpeg-http-service-bcb6ipdqka-uc.a.run.app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue