fixes transcript pseudomizer naming

This commit is contained in:
2025-12-01 17:28:18 +01:00
parent 0765b9cf9b
commit dd4588b778
9 changed files with 35 additions and 35 deletions

View File

@@ -0,0 +1,6 @@
# Example configuration for the transcript anonymizer frontend
FLASK_ENV=production
ANONYMIZER_API_URL=http://transcript-anonymizer:8003/api/v1/anonymize
ANONYMIZER_HEALTH_URL=http://transcript-anonymizer:8003/api/v1/health
# Optional: override if the frontend expects a different port
# PORT=5000