commerce/.env.example
Jieren Chen 41174b3cc5
f
2024-09-23 19:12:25 -04:00

10 lines
282 B
Plaintext

# API specifics
NEXT_PUBLIC_FW_API_URL="https://api.fourthwall.com"
# Site specifics
NEXT_PUBLIC_FW_COLLECTION="launch"
NEXT_PUBLIC_FW_STOREFRONT_TOKEN="ptkn_..."
NEXT_PUBLIC_FW_CHECKOUT="https://vercel-shop.fourthwall.com"
NEXT_PUBLIC_VERCEL_URL="https://fw-commerce.vercel.app"