10 lines
208 B
Bash
10 lines
208 B
Bash
# Enable debug logging
|
|
DEBUG=false
|
|
|
|
# Transport mode
|
|
TRANSPORT_MODE=<http | stdio>
|
|
|
|
# PostHog LLM Observability configuration
|
|
POSTHOG_API_KEY=<YourPostHogAPIKeyGoesHere>
|
|
POSTHOG_HOST=https://us.i.posthog.com
|