mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 07:19:35 +00:00
Add revenue discovery APIs/services, launch verification gates, CI quality checks, and frontend E2E/docs updates to prepare the branch for production go-live. Made-with: Cursor
7 lines
351 B
Plaintext
7 lines
351 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
|
|
# Optional: mailto: or https:// form for unified enterprise CTA (landing).
|
|
# NEXT_PUBLIC_SALES_CONTACT_URL=mailto:sales@example.com
|