13 lines
398 B
Bash
13 lines
398 B
Bash
# Shopify Storefront
|
|
NEXT_PUBLIC_SHOPIFY_DOMAIN=mock.shop
|
|
# NEXT_PUBLIC_SHOPIFY_PUBLIC_ACCESS_TOKEN=
|
|
# NEXT_PUBLIC_SHOPIFY_API_VERSION=2026-07
|
|
|
|
# Store assistant — set to 1 to show the Ask launcher; anything else hides it
|
|
NEXT_PUBLIC_ENABLE_AI=0
|
|
|
|
# Store assistant (/api/chat) — https://openrouter.ai/keys
|
|
OPENROUTER_API_KEY=
|
|
# Optional; defaults to openai/gpt-5.6-luna-pro
|
|
# OPENROUTER_MODEL=
|