mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
# Frontend Environment Variables (Production)
|
|
|
|
# Backend API URL
|
|
VITE_BACKEND_URL=https://backend.example.com
|
|
|
|
# Enable backend storage (set to 'false' to use IndexedDB only)
|
|
VITE_USE_BACKEND=true
|
|
|
|
# Optional: API Key for authenticated requests
|
|
# VITE_API_KEY=your-api-key-here
|