mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
7 lines
226 B
Plaintext
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
|