18 lines
517 B
Plaintext
18 lines
517 B
Plaintext
# Frontend Environment Variables
|
|
VITE_API_URL=http://localhost:8055
|
|
VITE_NODE_API_URL=http://localhost:3001
|
|
VITE_APP_TITLE=Enterprise Asset Management
|
|
VITE_APP_VERSION=1.0.0
|
|
|
|
# Payment Integration (Configure for production)
|
|
VITE_STRIPE_PUBLIC_KEY=pk_test_your_stripe_public_key
|
|
VITE_PAYPAL_CLIENT_ID=your_paypal_client_id
|
|
|
|
# Development Settings
|
|
VITE_DEBUG=true
|
|
VITE_LOG_LEVEL=debug
|
|
|
|
# Production Settings (uncomment for production)
|
|
# VITE_API_URL=https://your-api-domain.com
|
|
# VITE_DEBUG=false
|
|
# VITE_LOG_LEVEL=error |