# API Configuration | |
VITE_API_URL=https://zelyanoth-lin-cbfcff2.hf.space/api | |
# Environment | |
VITE_NODE_ENV=production | |
# Production-specific settings | |
VITE_DEBUG=false | |
VITE_API_TIMEOUT=30000 | |
# Optional: Production analytics | |
# VITE_GA_TRACKING_ID=UA-XXXXXXXXX-X | |
# Optional: Sentry for production error tracking | |
# VITE_SENTRY_DSN=your_sentry_dsn | |
# Optional: Performance monitoring | |
# VITE_ENABLE_PERFORMANCE_MONITORING=true |