15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
# Light Blue Vue - Environment Configuration
|
|
# Copy this file to .env.local for local development
|
|
|
|
# API Configuration
|
|
VITE_API_URL=http://localhost:3000/api
|
|
VITE_APP_TITLE=Light Blue Vue
|
|
|
|
# Feature Flags
|
|
VITE_ENABLE_ANALYTICS=false
|
|
VITE_ENABLE_ERROR_TRACKING=false
|
|
|
|
# External Services (optional)
|
|
# VITE_SENTRY_DSN=
|
|
# VITE_GA_TRACKING_ID=
|