Skip to content

Commit

Permalink
fix: remove unused env vars in the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
mimurawil committed Dec 20, 2023
1 parent baf9bd9 commit 72dead4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions starters/shopify-next-tailwind/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
SESSION_SECRET="foobar"
STOREFRONT_API_KEY=xxxxxxxxxxxxxxxxxxxxxx
STOREFRONT_API_SECRET=xxxxxxxxxxxxxxxxxxxxxx
PUBLIC_STOREFRONT_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxx
PUBLIC_STOREFRONT_API_VERSION=2023-04
PUBLIC_STORE_DOMAIN=xxxxxxxxxxxxx.myshopify.com
2 changes: 1 addition & 1 deletion starters/shopify-next-tailwind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This template requires a [paid Shopify plan](https://www.shopify.com/pricing).
### Add Shopify domain to an environment variable

Create a `SHOPIFY_STORE_DOMAIN` environment variable and use your Shopify domain as the the value (ie. `[your-shopify-store-subdomain].myshopify.com`).
Create a `PUBLIC_STORE_DOMAIN` environment variable and use your Shopify domain as the the value (ie. `[your-shopify-store-subdomain].myshopify.com`).

> Note: Do not include the `https://`.
Expand Down

0 comments on commit 72dead4

Please sign in to comment.