forked from crowetic/commerce
chore(docs): update .env.template provider names (#721)
Co-authored-by: Stefan Horne <stefanhorne@gmail.com>
This commit is contained in:
parent
acf14b8889
commit
dd726aabb5
@ -1,4 +1,4 @@
|
||||
COMMERCE_PROVIDER=bigcommerce
|
||||
COMMERCE_PROVIDER=@vercel/commerce-bigcommerce
|
||||
|
||||
BIGCOMMERCE_STOREFRONT_API_URL=
|
||||
BIGCOMMERCE_STOREFRONT_API_TOKEN=
|
||||
|
@ -1,4 +1,4 @@
|
||||
COMMERCE_PROVIDER=commercejs
|
||||
COMMERCE_PROVIDER=@vercel/commerce-commercejs
|
||||
|
||||
# Public key for your Commerce.js account
|
||||
NEXT_PUBLIC_COMMERCEJS_PUBLIC_KEY=
|
||||
|
@ -1,4 +1,4 @@
|
||||
COMMERCE_PROVIDER=kibocommerce
|
||||
COMMERCE_PROVIDER=@vercel/commerce-kibocommerce
|
||||
KIBO_API_URL=
|
||||
KIBO_CART_COOKIE=
|
||||
KIBO_CUSTOMER_COOKIE=
|
||||
|
@ -1 +1 @@
|
||||
COMMERCE_PROVIDER=local
|
||||
COMMERCE_PROVIDER=@vercel/commerce-local
|
@ -1,4 +1,4 @@
|
||||
COMMERCE_PROVIDER=ordercloud
|
||||
COMMERCE_PROVIDER=@vercel/commerce-ordercloud
|
||||
|
||||
ORDERCLOUD_BUYER_CLIENT_ID=
|
||||
ORDERCLOUD_MIDDLEWARE_CLIENT_ID=
|
||||
|
@ -1,4 +1,4 @@
|
||||
COMMERCE_PROVIDER=saleor
|
||||
COMMERCE_PROVIDER=@vercel/commerce-saleor
|
||||
|
||||
NEXT_SALEOR_API_URL=
|
||||
NEXT_SALEOR_CHANNEL=
|
||||
|
@ -1,4 +1,4 @@
|
||||
COMMERCE_PROVIDER=shopify
|
||||
COMMERCE_PROVIDER=@vercel/commerce-shopify
|
||||
|
||||
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=
|
||||
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template to be used for creating .env* files (.env, .env.local etc.) in the project's root directory.
|
||||
|
||||
COMMERCE_PROVIDER=spree
|
||||
COMMERCE_PROVIDER=@vercel/commerce-spree
|
||||
|
||||
{# - NEXT_PUBLIC_* are exposed to the web browser and the server #}
|
||||
NEXT_PUBLIC_SPREE_API_HOST=http://localhost:4000
|
||||
|
@ -1,3 +1,5 @@
|
||||
COMMERCE_PROVIDER=@vercel/commerce-swell
|
||||
|
||||
SWELL_STORE_DOMAIN=
|
||||
SWELL_STOREFRONT_ACCESS_TOKEN=
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
COMMERCE_PROVIDER=vendure
|
||||
COMMERCE_PROVIDER=@vercel/commerce-vendure
|
||||
|
||||
NEXT_PUBLIC_VENDURE_SHOP_API_URL=http://localhost:3001/shop-api
|
||||
NEXT_PUBLIC_VENDURE_LOCAL_URL=/vendure-shop-api
|
||||
|
Loading…
x
Reference in New Issue
Block a user