8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
# Leave empty in production to use same-origin /api through nginx.
|
|
VITE_API_BASE_URL=
|
|
|
|
# Local development defaults to demo fixtures. Production builds always use the API.
|
|
# Set false to develop against the backend locally.
|
|
VITE_DEMO_MODE=true
|
|
VITE_DEV_API_TARGET=http://localhost:8080
|