-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (28 loc) · 1.39 KB
/
Copy path.env.example
File metadata and controls
33 lines (28 loc) · 1.39 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
# Unit is live on the App Store (2026-06-11). With this set, the marketing
# site shows App Store badges; empty would fall back to the pre-launch
# waitlist form. lib/launchState.ts reads this — no other file should
# reference it. Keep the Vercel production env in sync.
NEXT_PUBLIC_APP_STORE_URL=https://apps.apple.com/us/app/unit-gym-notebook/id6775008893
# Resend credentials for the waitlist form. Without these, lib/waitlist.ts
# runs in stub mode (server-side console.log, returns ok). Once you create a
# Resend audience, drop the keys here and the live count starts flowing into
# the trust band.
RESEND_API_KEY=
RESEND_AUDIENCE_ID=
# App Store Connect "What's New" automation. All values stay server-side.
# Store the downloaded .p8 contents as base64, not as a committed file.
APP_STORE_CONNECT_KEY_ID=
APP_STORE_CONNECT_ISSUER_ID=
APP_STORE_CONNECT_PRIVATE_KEY_BASE64=
APP_STORE_APP_ID=6775008893
APP_STORE_WEBHOOK_SECRET=
UPDATES_SYNC_SECRET=
CRON_SECRET=
# Vercel creates this automatically when a private Blob store is connected.
BLOB_READ_WRITE_TOKEN=
# Optional per-environment path. Use a separate prefix for preview deployments.
UPDATES_BLOB_PATH=updates/releases.json
# Optional one-time fallback for an older version whose public date is absent
# from both App Store Connect and Apple's public lookup response.
# Example: {"1.2":"2026-06-21T09:15:00Z"}
APP_STORE_RELEASE_DATE_OVERRIDES_JSON=