# Environment Configuration Example # Copy this file to .env and update the values as needed # Application Environment NODE_ENV=development # Vite Configuration VITE_APP_TITLE=NQS Ltd VITE_APP_URL=http://localhost:8080 # API Configuration (if needed) # VITE_API_BASE_URL=http://localhost:3000/api # VITE_API_KEY=your-api-key-here # External Services (examples - uncomment and configure as needed) # VITE_GOOGLE_ANALYTICS_ID=GA-XXXXXXXXX # VITE_SENTRY_DSN=https://your-sentry-dsn