# Frontend environment variables # Copy this to .env.local and update with your values # API URL for the backend # Local development: http://localhost:5000 # Railway production: https://your-backend-app.railway.app VITE_API_URL=http://localhost:5000 # Application name VITE_APP_NAME=Farsi Transcriber # Max file size (in MB) VITE_MAX_FILE_SIZE=500