-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 1.69 KB
/
Copy path.env.example
File metadata and controls
35 lines (30 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# API Key from https://app.stainless.com/org/default/settings
# Needed for dev/build (Tiger Cloud API reference). Use `stl auth login` as an alternative.
# "Connection error" → set this key and ensure https://api.stainless.com is reachable (no blocking VPN/firewall).
STAINLESS_API_KEY="stl_sk..."
# Set to 1 to run without any Stainless credentials (no Tiger Cloud REST API generation).
# Prefer: pnpm dev:local / pnpm build:local (sets this for you).
# DOCS_LOCAL_WITHOUT_STAINLESS=1
# Statsig Client SDK key (safe for browser, used for exposure logging in gradual rollout).
# Get from: Statsig Console → Project Settings → Keys & Environments → Client API Key
# PUBLIC_STATSIG_CLIENT_KEY=client-xxxxx
# Optional: Algolia site search (replaces default Pagefind when fully configured).
# Docs: https://www.stainless.com/docs/docs-platform/hosting-and-deploys/#site-search
#
# 1) Algolia dashboard → Application ID + create an index name (e.g. tiger-data-docs).
# 2) Search-only API key → PUBLIC_ALGOLIA_SEARCH_KEY (safe in browser).
# 3) Admin or index-scoped write key → PRIVATE_ALGOLIA_WRITE_KEY (build/CI only, never commit).
# 4) pnpm build uploads the index; pnpm dev does not refresh Algolia until you build again.
#
# PUBLIC_ALGOLIA_APP_ID=
# PUBLIC_ALGOLIA_INDEX=
# PUBLIC_ALGOLIA_SEARCH_KEY=
# PRIVATE_ALGOLIA_WRITE_KEY=
# Sentry error monitoring DSN (browser + server).
# Get from: Sentry → Settings → Projects → Client Keys (DSN)
# SENTRY_DSN=
# Weekly external-links refresh (weekly-external-links skill).
# TIGER_DEN_TOKEN: read-only token for den.tigerdata.com content.
# ANTHROPIC_API_KEY: Claude API key, used to match Tiger Den content to docs pages.
# TIGER_DEN_TOKEN=
# ANTHROPIC_API_KEY=