# 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