Skip to content

Commit 3628be6

Browse files
dario-piotrowiczvicb
authored andcommitted
add .dev.vars.example file and remove vars from wrangler.toml
1 parent ef85fc2 commit 3628be6

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
COMPANY_NAME="Vercel Inc."
2+
TWITTER_CREATOR="@vercel"
3+
TWITTER_SITE="https://nextjs.org/commerce"
4+
SITE_NAME="Next.js Commerce"
5+
SHOPIFY_REVALIDATION_SECRET=""
6+
SHOPIFY_STOREFRONT_ACCESS_TOKEN=""
7+
SHOPIFY_STORE_DOMAIN="[your-shopify-store-subdomain].myshopify.com"

examples/vercel-commerce/wrangler.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,3 @@ compatibility_flags = ["nodejs_compat_v2"]
77

88
# Use the new Workers + Assets to host the static frontend files
99
assets = { directory = ".worker-next/assets", binding = "ASSETS" }
10-
11-
[vars]
12-
COMPANY_NAME="Vercel Inc."
13-
TWITTER_CREATOR="@vercel"
14-
TWITTER_SITE="https://nextjs.org/commerce"
15-
SITE_NAME="Next.js Commerce"
16-
SHOPIFY_REVALIDATION_SECRET=""
17-
SHOPIFY_STOREFRONT_ACCESS_TOKEN=""
18-
SHOPIFY_STORE_DOMAIN="[your-shopify-store-subdomain].myshopify.com"

0 commit comments

Comments
 (0)