# Copy to .env.local and fill in. Never commit secrets. # Base URL of the backend API (Python). Leave empty to use Vite proxy. VITE_API_BASE_URL= # Set to "false" to hit the real backend instead of mock fixtures. VITE_USE_MOCKS=true