-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 1.09 KB
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ─── Client-side (build-time, public by design) ───────────────────────────────
# PostHog project API key. Public — it only permits event ingest.
# STUB: replace with the key from the PostHog project (maintainer action 5).
VITE_POSTHOG_KEY=
# PostHog ingest host for the project's cloud region.
# EU: https://eu.i.posthog.com · US: https://us.i.posthog.com
VITE_POSTHOG_HOST=https://eu.i.posthog.com
# Canonical origin, used for <link rel="canonical"> and OpenGraph URLs.
VITE_SITE_URL=https://annotkit.gpu-cli.sh
# ─── Server-side (Pages Function) ─────────────────────────────────────────────
# These are NOT read by Vite and never reach the client bundle. Set them as
# Cloudflare Pages secrets / vars, not in this file:
#
# RESEND_API_KEY wrangler pages secret put RESEND_API_KEY (per env)
# RESEND_SEGMENT_ID wrangler.jsonc `vars` (per env)
#
# For a local `wrangler pages dev` run, put them in web/.dev.vars (gitignored).