# Backend environment variables # Copy this to .env and update with your values # Flask environment FLASK_ENV=production FLASK_DEBUG=False # Server port (Railway sets PORT automatically) PORT=5000 # CORS settings FLASK_CORS_ORIGINS=* # Whisper model settings WHISPER_MODEL=medium # File upload settings MAX_FILE_SIZE=500000000 # Python path PYTHONUNBUFFERED=1