-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 931 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Sanity CMS — required for the app to load decks.
# Get these from https://sanity.io/manage after creating your project.
# Public (exposed to the client; safe to commit values for non-prod):
NEXT_PUBLIC_SANITY_PROJECT_ID=
NEXT_PUBLIC_SANITY_DATASET=production
NEXT_PUBLIC_SANITY_API_VERSION=2024-10-01
# Server-only secrets — do NOT commit real values.
# Optional. Only needed if you want to preview unpublished drafts.
SANITY_READ_TOKEN=
# Required for the /api/revalidate webhook to verify Sanity's signature.
# Generate any random string and paste the same value into the Sanity
# webhook configuration's "Secret" field.
SANITY_WEBHOOK_SECRET=
# Password gate. The site is private; without these two set the app fails closed.
# STACKDECK_PASSWORD is the literal password users type on /login.
# STACKDECK_AUTH_SECRET signs the auth cookie. Generate with: openssl rand -hex 32
STACKDECK_PASSWORD=
STACKDECK_AUTH_SECRET=