.env and .gitignore

This commit is contained in:
Michael Clervi 2026-01-02 16:21:23 +00:00
parent 79440929f4
commit 6881565d75
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -96,3 +96,5 @@ docs/*.pdf
# =============================================================================
# Deployment backups (created by deployment scripts)
/var/www/html/video-accessibility.backup.*
backend/.env

View file

@ -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