7 lines
336 B
Bash
7 lines
336 B
Bash
# Backend API URL (used if you need to override the default proxy settings in vite.config.ts)
|
|
# VITE_API_BASE_URL=http://localhost:8000
|
|
|
|
# Note: By default, the frontend proxies API requests to http://localhost:8000
|
|
# as configured in vite.config.ts. You only need to set VITE_API_BASE_URL
|
|
# if you want to use a different backend URL.
|