Jagged-divider
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user