/ .env.example
.env.example
1 # PostHog Analytics Configuration 2 # Get your API key from: https://app.posthog.com/project/settings 3 VITE_POSTHOG_API_KEY=your-posthog-api-key-here 4 5 # Optional: Custom PostHog host (defaults to https://app.posthog.com) 6 # VITE_POSTHOG_HOST=https://your-custom-posthog-host.com