.env.example 497 B

1234567891011
  1. # PostHog Analytics Configuration
  2. # Replace these values with your actual PostHog API key and host
  3. NEXT_PUBLIC_POSTHOG_KEY=your_posthog_api_key_here
  4. # Basin Form Endpoint for Static Form Submissions
  5. # Replace this with your actual Basin form endpoint (e.g., https://usebasin.com/f/your-form-id)
  6. NEXT_PUBLIC_BASIN_ENDPOINT=https://usebasin.com/f/your-form-id-here
  7. # Site URL Configuration
  8. # Used for generating absolute URLs in sitemap and other contexts
  9. NEXT_PUBLIC_SITE_URL=https://roocode.com