# Required NEXT_PUBLIC_API_URL="https://your-saleor-domain/graphql/" NEXT_PUBLIC_SITE_URL="http://localhost:3000" NEXT_PUBLIC_SALEOR_CHANNEL="default-channel" # PartsLogic (YMM + search) NEXT_PUBLIC_PARTSLOGIC_URL="https://your-partslogic-domain" NEXT_PUBLIC_SEARCH_URL="https://your-search-service-domain" # Branding NEXT_PUBLIC_BRAND_NAME="Saleor Storefront" # Prefer a local file under /public to avoid next/image host config. NEXT_PUBLIC_LOGO_URL="/Logo.png" # Dealer locator (optional) NEXT_PUBLIC_DEALER_LOCATOR_ENABLED="true" NEXT_PUBLIC_DEALER_LOCATOR_TOKEN="" NEXT_PUBLIC_GOOGLE_MAPS_API_KEY="" # Forms (optional) # If you forward /api/form-submission to webhooks, restrict which domains can be called. ALLOWED_WEBHOOK_DOMAINS="hooks.zapier.com,example.com" # SMTP (optional) # If set, form submissions will be emailed via SMTP. SMTP_HOST="" SMTP_PORT="587" SMTP_SECURE="false" SMTP_USER="" SMTP_PASS="" SMTP_FROM="no-reply@example.com" SMTP_TO="leads@example.com" SMTP_REPLY_TO="" # Optional prefix for email subjects, e.g. "[Storefront]" EMAIL_SUBJECT_PREFIX="" # Analytics (optional) NEXT_PUBLIC_GTM_CONTAINER_ID="" NEXT_PUBLIC_GA_MEASUREMENT_ID="" NEXT_PUBLIC_GOOGLE_ADSENSE_PUBLISHER_ID="" NEXT_PUBLIC_GOOGLE_SEARCH_CONSOLE_VERIFICATION_CONTENT="" NEXT_PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY="" # next/image allowlist (optional) # Comma-separated hostnames or URLs (https://cdn.example.com,images.example.com). NEXT_PUBLIC_IMAGE_HOSTS="" # Social links (optional) NEXT_PUBLIC_SOCIAL_FACEBOOK_URL="" NEXT_PUBLIC_SOCIAL_X_URL="" NEXT_PUBLIC_SOCIAL_INSTAGRAM_URL=""