-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (29 loc) · 1021 Bytes
/
.env.example
File metadata and controls
39 lines (29 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Environment Variables Template
# Copy this file to .env and fill in your values
# Node Environment
# Values: development, production, test
MODE=development
# API Configuration
# Base URL for API requests
VITE_API_BASE_URL=http://localhost:3000
# Analytics Configuration
# Enable Google Analytics (default: false in development)
VITE_ENABLE_ANALYTICS=false
# Google Analytics Tracking ID (optional)
# VITE_GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX
# Performance Monitoring
# Enable performance monitoring (default: true)
VITE_ENABLE_PERFORMANCE_MONITORING=true
# Error Tracking
# Sentry DSN for error tracking (optional)
# VITE_SENTRY_DSN=https://your-sentry-dsn@sentry.io/project-id
# Feature Flags
# Enable 3D visualizations (default: true)
VITE_FEATURE_3D=true
# Enable experimental features (default: false)
VITE_FEATURE_EXPERIMENTAL=false
# Development Configuration
# Enable source maps in production (default: false)
# VITE_ENABLE_SOURCE_MAPS=false
# Enable debug mode (default: false)
# VITE_ENABLE_DEBUG=false