-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
47 lines (37 loc) · 1.21 KB
/
Copy path.env.example
File metadata and controls
47 lines (37 loc) · 1.21 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
36
37
38
39
40
41
42
43
44
45
46
47
APP_URL='http://localhost:3000'
# ---- Convex (apps/web) ----
# Populated automatically by `pnpm dev`.
VITE_CONVEX_URL=
# Convex Auth (configured via `npx @convex-dev/auth`).
JWT_PRIVATE_KEY=
JWKS=
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
SES_FROM_EMAIL=
AWS_SES_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
BLAST_TRIGGER_SECRET=
DISCORD_WEBHOOK_URL=
# Google reCAPTCHA v3 (contact form and sign-in). Site key is public (client),
# secret key is server-only.
VITE_RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=
LEMONSQUEEZY_API_KEY=
LEMONSQUEEZY_STORE_ID=
LEMONSQUEEZY_FREE_VARIANT_ID=
LEMONSQUEEZY_BOOST_PRODUCT_ID=
LEMONSQUEEZY_PLUS_VARIANT_ID=
LEMONSQUEEZY_WEBHOOK_SECRET=
# Set to 1 for local development against the Inngest Dev Server. Without a
# signing key the SDK defaults to cloud mode and GET /api/inngest 500s.
INNGEST_DEV=1
INNGEST_SIGNING_KEY=
INNGEST_EVENT_KEY=
# Required when INNGEST_EVENT_KEY is a Branch Environment key (sends otherwise
# 400 with "Branch environment name is required"). Set to the Inngest
# environment name, e.g. "production" or your branch env. Leave unset only when
# using the local Inngest Dev Server (no event key).
INNGEST_ENV=
VITE_MICROSOFT_CLARITY_ID=
VITE_GOOGLE_ANALYTICS_TRACKING_ID=