25 lines
500 B
Plaintext
25 lines
500 B
Plaintext
# API Configuration
|
|
VITE_API_URL=http://localhost:3000
|
|
|
|
# WebSocket Configuration
|
|
VITE_WS_URL=ws://localhost:3000
|
|
|
|
# Application Configuration
|
|
VITE_APP_NAME=TurboTrades
|
|
VITE_APP_URL=http://localhost:5173
|
|
|
|
# Feature Flags
|
|
VITE_ENABLE_2FA=false
|
|
VITE_ENABLE_CRYPTO_PAYMENTS=false
|
|
|
|
# External Services (Optional)
|
|
VITE_STEAM_API_URL=https://steamcommunity.com
|
|
VITE_INTERCOM_APP_ID=your_intercom_app_id_here
|
|
|
|
# Analytics (Optional)
|
|
VITE_GA_TRACKING_ID=
|
|
VITE_SENTRY_DSN=
|
|
|
|
# Environment
|
|
VITE_ENV=development
|