system-prompts-and-models-o.../salesflow-saas/frontend/.env.example
2026-04-04 18:04:21 +03:00

5 lines
219 B
Plaintext

# Copy to .env.local for local dev. Production: set in hosting dashboard (Vercel, etc.).
# Must match the FastAPI base URL the browser can reach (CORS + strategy panel fetch).
NEXT_PUBLIC_API_URL=http://127.0.0.1:8000