← back to Designer Wallcoverings
.env.example
31 lines
# Shopify Admin API Configuration
# Store domain (without https://)
SHOPIFY_STORE_DOMAIN=designer-laboratory-sandbox.myshopify.com
# Shopify Admin API version
SHOPIFY_ADMIN_API_VERSION=2024-01
# Shopify Admin API Access Token
# Get this from: Shopify Admin > Settings > Apps and sales channels > Develop apps
SHOPIFY_ADMIN_ACCESS_TOKEN=your_access_token_here
# Local admin interface
ADMIN_PASSWORD=replace_with_admin_password
# Brand router local tool
BRAND_ROUTER_SHOPIFY_TOKEN=replace_with_shopify_access_token
BRAND_ROUTER_GEMINI_API_KEY=replace_with_gemini_api_key
BRAND_ROUTER_PASSWORD=replace_with_basic_auth_password
# Shop-by-color local tool
SHOP_BY_COLOR_SHOPIFY_TOKEN=replace_with_shopify_access_token
# Google Cloud Vision API
# Path to service account JSON file or set inline credentials
GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account-key.json
# Constant Contact Authentication
# Email and password for Constant Contact account
CONSTANT_CONTACT_EMAIL=your_email@example.com
CONSTANT_CONTACT_PASSWORD=your_password_here