mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 04:01:21 +00:00
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
# Template to be used for creating .env* files (.env, .env.local etc.) in the project's root directory.
|
|
|
|
COMMERCE_PROVIDER=spree
|
|
|
|
{# public (available in the web browser) #}
|
|
NEXT_PUBLIC_SPREE_API_HOST=http://localhost:3000
|
|
NEXT_PUBLIC_SPREE_DEFAULT_LOCALE=en-us
|
|
NEXT_PUBLIC_SPREE_CART_COOKIE_NAME=spree_cart
|
|
NEXT_PUBLIC_SPREE_IMAGE_HOST=http://localhost:3000
|
|
NEXT_PUBLIC_SPREE_ALLOWED_IMAGE_DOMAIN=localhost
|