Skip to content

Commit 0a72cce

Browse files
committed
Update env.example files
1 parent de8a236 commit 0a72cce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nextjs-app/.env.example

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
NEXT_PUBLIC_SANITY_PROJECT_ID="<paste your project here>"
2-
NEXT_PUBLIC_SANITY_DATASET="production"
3-
NEXT_PUBLIC_SANITY_API_VERSION="2024-08-22"
1+
NEXT_PUBLIC_SANITY_PROJECT_ID="<paste your project here>" # Required - The ID of your Sanity project
2+
NEXT_PUBLIC_SANITY_DATASET="production" # Required - The dataset of your Sanity project
3+
NEXT_PUBLIC_SANITY_API_VERSION="2024-10-28" # Optional - The API version provided to the Sanity Client
44
NEXT_PUBLIC_SANITY_STUDIO_URL="" #Optional, defaults to http://localhost:3333
5-
SANITY_API_READ_TOKEN="<paste your token here>"
5+
SANITY_API_READ_TOKEN="<paste your token here>" # Required - The read token for your Sanity project

studio/.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SANITY_STUDIO_PROJECT_ID="<paste your project ID here>"
2-
SANITY_STUDIO_DATASET="production"
1+
SANITY_STUDIO_PROJECT_ID="<paste your project ID here>" # Required - The ID of your Sanity project
2+
SANITY_STUDIO_DATASET="production" # Required - The dataset of your Sanity project
33
SANITY_STUDIO_PREVIEW_URL="" #Optional - defaults to http://localhost:3000
44
SANITY_STUDIO_STUDIO_HOST="" #Optional

0 commit comments

Comments
 (0)