-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
43 lines (36 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
43 lines (36 loc) · 1.07 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
# Cloudflare
CLOUDFLARE_API_TOKEN=
CLOUDFLARE_ACCOUNT_ID=
OUTPUT_DOWNLOAD_SIGNING_SECRET=
# Blaxel
BL_API_KEY=
BL_WORKSPACE=cheatcode
BL_REGION=us-pdx-1
BLAXEL_SANDBOX_IMAGE=sandbox/cheatcode-sandbox:yoo6c20wgw03
BLAXEL_SANDBOX_MEMORY_MB=4096
# Supabase
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
DATABASE_URL=
# SUPABASE_MIGRATION_URL belongs in .env.migrate only, never here.
# Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
# Optional PEM public key for networkless Clerk token verification.
CLERK_JWT_KEY=
CLERK_WEBHOOK_SIGNING_SECRET=
# Polar
NEXT_PUBLIC_POLAR_PRO_MONTHLY_PRODUCT_ID=
POLAR_ACCESS_TOKEN=
POLAR_WEBHOOK_SECRET=
# Composio
COMPOSIO_API_KEY=
COMPOSIO_AUTH_CONFIGS={"github":"ac_...","gmail":"ac_...","slack":"ac_...","notion":"ac_...","linear":"ac_..."}
COMPOSIO_WEBHOOK_SECRET=
# Internal ops alerts
CLOUDFLARE_ANALYTICS_API_TOKEN=
INTERNAL_ALERT_WEBHOOK_SECRET=
# Reuse the same local value as INTERNAL_ALERT_WEBHOOK_SECRET unless rotating separately.
INTERNAL_MAINTENANCE_SECRET=
# Gateway
NEXT_PUBLIC_GATEWAY_URL=http://localhost:8787