mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
8 lines
414 B
Text
8 lines
414 B
Text
# PostHog Analytics Configuration
|
|
# Replace these values with your actual PostHog API key and host
|
|
NEXT_PUBLIC_POSTHOG_KEY=your_posthog_api_key_here
|
|
NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
|
|
|
|
# Basin Form Endpoint for Static Form Submissions
|
|
# Replace this with your actual Basin form endpoint (e.g., https://usebasin.com/f/your-form-id)
|
|
NEXT_PUBLIC_BASIN_ENDPOINT=https://usebasin.com/f/your-form-id-here
|