mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
Missing Saleor Variable in .env.template
Saleor requires and additional COMMERCE_IMAGE_HOST from what I can see from your examples in the readme in the Saleor package. I could not get even your Saleor Demo working without that setting in my .env.
This commit is contained in:
parent
a40cefc528
commit
7a0d844c6c
@ -31,6 +31,7 @@ NEXT_PUBLIC_SWELL_PUBLIC_KEY=
|
||||
|
||||
NEXT_PUBLIC_SALEOR_API_URL=
|
||||
NEXT_PUBLIC_SALEOR_CHANNEL=
|
||||
COMMERCE_IMAGE_HOST=
|
||||
|
||||
NEXT_PUBLIC_VENDURE_SHOP_API_URL=
|
||||
NEXT_PUBLIC_VENDURE_LOCAL_URL=
|
||||
@ -53,4 +54,4 @@ SFCC_CLIENT_ID=
|
||||
SFCC_CLIENT_SECRET=
|
||||
SFCC_ORG_ID=
|
||||
SFCC_SHORT_CODE=
|
||||
SFCC_SITE_ID=RefArch
|
||||
SFCC_SITE_ID=RefArch
|
||||
|
Loading…
x
Reference in New Issue
Block a user