Files
low-code-react-app-b/.env.production.example

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