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

7 lines
226 B
Plaintext

# Flask Backend Configuration
# Set to 'true' to use Flask backend instead of IndexedDB
VITE_USE_FLASK_BACKEND=false
# Flask backend URL (only used if VITE_USE_FLASK_BACKEND=true)
VITE_FLASK_BACKEND_URL=http://localhost:5001