-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (35 loc) · 759 Bytes
/
.env.example
File metadata and controls
41 lines (35 loc) · 759 Bytes
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
# Claude
ANTHROPIC_API_KEY=""
# Supabase
NEXT_PUBLIC_SUPABASE_URL=""
NEXT_PUBLIC_SUPABASE_ANON_KEY=""
SUPABASE_SERVICE_ROLE_KEY=""
DATABASE_URL=""
DIRECT_URL=""
# NextAuth
NEXT_PUBLIC_APP_URL=""
NEXTAUTH_SECRET=""
# OAuth Provider
GITHUB_ID=""
GITHUB_SECRET=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
# Polar
POLAR_SERVER=""
POLAR_ACCESS_TOKEN=""
POLAR_PRODUCT_5_ID=""
POLAR_PRODUCT_10_ID=""
POLAR_PRODUCT_20_ID=""
NEXT_PUBLIC_POLAR_CHECKOUT_5=""
NEXT_PUBLIC_POLAR_CHECKOUT_10=""
NEXT_PUBLIC_POLAR_CHECKOUT_20=""
POLAR_SUCCESS_PATH=""
# Stripe
NEXT_PUBLIC_STRIPE_PUBLIC_KEY=""
STRIPE_SECRET_KEY=""
# Cloudflare R2
R2_ACCOUNT_ID=""
R2_BUCKET_NAME=""
R2_ACCESS_KEY_ID=""
R2_SECRET_ACCESS_KEY=""
R2_ENDPOINT=""