{
    "elasticsearch": {
      "httpAuth": "",
      "host": "localhost:8080/api/catalog",
      "index": "vue_storefront_catalog"
    },
    "cart": {
      "synchronize": false,
      "synchronize_totals": false,
      "create_endpoint": "http://localhost:8080/api/cart/create?token={{token}}",
      "updateitem_endpoint": "http://localhost:8080/api/cart/update?token={{token}}&cartId={{cartId}}",
      "deleteitem_endpoint": "http://localhost:8080/api/cart/delete?token={{token}}&cartId={{cartId}}",
      "pull_endpoint": "http://localhost:8080/api/cart/pull?token={{token}}&cartId={{cartId}}",
      "totals_endpoint": "http://localhost:8080/api/cart/totals?token={{token}}&cartId={{cartId}}"
    },
    "products": {
      "preventConfigurableChildrenDirectAccess": true,
      "alwaysSyncPlatformPricesOver": false,
      "clearPricesBeforePlatformSync": false,
      "waitForPlatformSync": false,
      "endpoint": "http://localhost:8080/api/product",
      "defaultFilters": ["color", "size", "price", "erin_recommends"]
    },
    "orders": {
      "endpoint": "http://localhost:8080/api/order"
    },
    "users": {
      "endpoint": "http://localhost:8080/api/user"
    },
    "stock": {
      "endpoint": "http://localhost:8080/api/stock"
    },
    "images": {
      "baseUrl": "https://demo.vuestorefront.io/img/",
      "productPlaceholder": "/assets/placeholder.jpg"
    },
    "install": {
      "is_local_backend": true,
      "backend_dir": "../vue-storefront-api"
    },
    "demomode": true,
    "tax": {
      "defaultCountry": "PL",
      "defaultRegion": "",
      "calculateServerSide": true
    },
    "i18n": {
      "defaultCountry": "US",
      "defaultLanguage": "EN",
      "availableLocale": ["en-US","de-DE"],
      "defaultLocale": "en-US",
      "currencyCode": "USD",
      "currencySign": "$"
    },
    "mailchimp": {
      "endpoint": "http://localhost:8080/api/ext/mailchimp-subscribe/subscribe"
    },
    "theme": "default",
    "meta": {
      "shopName": "Vue Storefront",
      "titleSuffix": " - Vue Storefront",
      "description": "Vue Storefront is a standalone PWA storefront for your eCommerce, possible to connect with any eCommerce backend (eg. Magento, Prestashop or Shopware) through the API."
    },
    "analytics": {
      "id": false
    },
    "registeredExtensions": ["custom_extension", "mailchimp-subscribe", "google-analytics"]
 }
