-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 830 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (15 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# PostHog dashboards-as-code (tools/posthog/)
# Generate a Personal API Key at https://us.posthog.com/me/settings#personal-api-keys
# Required scopes: dashboard:write, insight:write, cohort:write, project:read
POSTHOG_PERSONAL_API_KEY=
POSTHOG_HOST=https://us.i.posthog.com
POSTHOG_PROJECT_ID=
# @threadplane/telemetry (libs/telemetry)
# Default ingest URL points to the Threadplane website reverse proxy. Self-hosters
# can redirect to their own ingest. See libs/telemetry/README.md.
# NGAF_TELEMETRY_INGEST_URL=https://threadplane.ai/api/ingest
# NGAF_TELEMETRY_SAMPLE_RATE=1.0
# DO_NOT_TRACK=1 # cross-vendor opt-out
# NGAF_TELEMETRY_DISABLED=1 # package-specific opt-out
# Server-only destination for the legacy Cockpit redirect service.
COCKPIT_WEBSITE_ORIGIN=https://threadplane.ai