File size: 242 Bytes
a8f12e6
 
 
 
 
1
2
3
4
5
6
# Base URL for the FastAPI inference backend.
# Leave unset to use the default (http://127.0.0.1:8000).
# In production, set this to the deployed API origin, e.g.:
#   VITE_API_BASE=https://api.example.com
VITE_API_BASE=http://127.0.0.1:8000