-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
29 lines (22 loc) · 773 Bytes
/
.env.example
File metadata and controls
29 lines (22 loc) · 773 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
SITE_URL=https://mikebifulco.com
# --- CLIENT-side ENVS
# Find this at https://cloudinary.com/console/settings/account
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=mikebifulco-com
# fathom analytics
NEXT_PUBLIC_FATHOM_ID=PAVJGIYJ
# posthog
NEXT_PUBLIC_POSTHOG_KEY=test
NEXT_PUBLIC_POSTHOG_PROJECT_ID=test
# ---
# --- SERVER-side ENVS
# PostHog - Personal API key for sourcemap uploads
# Get this from: https://app.posthog.com/settings/user-api-keys
POSTHOG_PERSONAL_API_KEY=test
# transistor
RESEND_API_KEY=test
RESEND_NEWSLETTER_AUDIENCE_ID=test
RESEND_SIGNING_SECRET=test
# Upstash Redis - for rate limiting newsletter signups
# Create a free Redis database at https://upstash.com
UPSTASH_REDIS_REST_URL=https://your-redis.upstash.io
UPSTASH_REDIS_REST_TOKEN=your-token-here