· 4 years ago · Apr 08, 2021, 10:00 AM
1{
2 "server": {
3 "host": "localhost",
4 "port": 3000,
5 "protocol": "http",
6 "api": "api",
7 "devServiceWorker": false,
8 "useHtmlMinifier": true,
9 "htmlMinifierOptions": {
10 "minifyJS": true,
11 "minifyCSS": true
12 },
13 "useOutputCacheTagging": false,
14 "useOutputCache": false,
15 "outputCacheDefaultTtl": 86400,
16 "availableCacheTags": [
17 "attribute",
18 "C",
19 "category",
20 "checkout",
21 "compare",
22 "error",
23 "home",
24 "my-account",
25 "P",
26 "page-not-found",
27 "product",
28 "taxrule"
29 ],
30 "invalidateCacheKey": "aeSu7aip",
31 "invalidateCacheForwarding": false,
32 "invalidateCacheForwardUrl": "/api/invalidate?key=aeSu7aip&tag=",
33 "dynamicConfigReload": true,
34 "dynamicConfigContinueOnError": false,
35 "dynamicConfigExclude": [
36 "entities",
37 "boost",
38 "localForage",
39 "query",
40 "shipping",
41 "ssr",
42 "storeViews"
43 ],
44 "dynamicConfigInclude": [],
45 "elasticCacheQuota": 4096,
46 "ssrDisabledFor": {
47 "extensions": [
48 "css",
49 "eot",
50 "gif",
51 "ico",
52 "jpg",
53 "jpeg",
54 "js",
55 "json",
56 "png",
57 "raw",
58 "svg",
59 "tiff",
60 "tif",
61 "ttf",
62 "woff",
63 "woff2"
64 ]
65 },
66 "trace": {
67 "enabled": false,
68 "config": {}
69 },
70 "helmet": {
71 "enabled": true
72 }
73 },
74 "initialResources": [
75 {
76 "filters": ["vsf-newsletter-modal", "vsf-languages-modal", "vsf-layout-empty", "vsf-layout-minimal", "vsf-order-confirmation", "vsf-search-panel"],
77 "type": "script",
78 "onload": true,
79 "rel": "prefetch"
80 },
81 {
82 "filters": ["vsf-category", "vsf-home", "vsf-not-found", "vsf-error", "vsf-product", "vsf-cms", "vsf-checkout", "vsf-compare", "vsf-my-account", "vsf-static", "vsf-reset-password"],
83 "type": "script",
84 "onload": true,
85 "rel": "prefetch"
86 }
87 ],
88 "staticPages": {
89 "updateOnRequest": true,
90 "destPath": "static"
91 },
92 "seo": {
93 "useUrlDispatcher": true,
94 "disableUrlRoutesPersistentCache": true,
95 "defaultTitle": "Vue Storefront"
96 },
97 "console": {
98 "showErrorOnProduction": false,
99 "verbosityLevel": "display-everything"
100 },
101 "redis": {
102 "host": "localhost",
103 "port": 6379,
104 "db": 0
105 },
106 "graphql": {
107 "host": "localhost",
108 "port": 8080
109 },
110 "api": {
111 "url": "http://167.172.161.97",
112 "saveBandwidthOverCache": true
113 },
114 "elasticsearch": {
115 "httpAuth": "",
116 "host": "/api/catalog",
117 "index": "vue_storefront_catalog_1",
118 "min_score": 0.02,
119 "csrTimeout": 5000,
120 "ssrTimeout": 1000,
121 "queryMethod": "GET",
122 "disablePersistentQueriesCache": true,
123 "searchScoring": {
124 "attributes": {
125 "attribute_code": {
126 "scoreValues": {
127 "attribute_value": {
128 "weight": 1
129 }
130 }
131 }
132 },
133 "fuzziness": 2,
134 "cutoff_frequency": 0.01,
135 "max_expansions": 3,
136 "minimum_should_match": "75%",
137 "prefix_length": 2,
138 "boost_mode": "multiply",
139 "score_mode": "multiply",
140 "max_boost": 100,
141 "function_min_score": 1
142 },
143 "searchableAttributes": {
144 "name": {
145 "boost": 4
146 },
147 "sku": {
148 "boost": 2
149 },
150 "category.name": {
151 "boost": 1
152 }
153 }
154 },
155 "ssr": {
156 "templates": {
157 "default": "dist/index.html",
158 "minimal": "dist/index.minimal.html",
159 "basic": "dist/index.basic.html",
160 "amp": "dist/index.amp.html"
161 },
162 "lazyHydrateFor": [
163 "category-next.products",
164 "homepage.new_collection"
165 ],
166 "executeMixedinAsyncData": true,
167 "initialStateFilter": [
168 "__DEMO_MODE__",
169 "version",
170 "storeView",
171 "attribute.list_by_id"
172 ],
173 "useInitialStateFilter": true
174 },
175 "queues": {
176 "maxNetworkTaskAttempts": 1,
177 "maxCartBypassAttempts": 1
178 },
179 "defaultStoreCode": "",
180 "storeViews": {
181 "multistore": false,
182 "commonCache": false,
183 "mapStoreUrlsFor": [
184 "de",
185 "it"
186 ],
187 "de": {
188 "storeCode": "de",
189 "storeId": 3,
190 "name": "German Store",
191 "url": "/de",
192 "appendStoreCode": true,
193 "elasticsearch": {
194 "host": "/api/catalog",
195 "index": "vue_storefront_catalog_1"
196 },
197 "tax": {
198 "sourcePriceIncludesTax": false,
199 "defaultCountry": "DE",
200 "defaultRegion": "",
201 "calculateServerSide": true
202 },
203 "i18n": {
204 "fullCountryName": "Germany",
205 "fullLanguageName": "German",
206 "defaultLanguage": "DE",
207 "defaultCountry": "DE",
208 "defaultLocale": "de-DE",
209 "currencyCode": "EUR",
210 "currencySign": "EUR",
211 "dateFormat": "HH:mm D-M-YYYY"
212 },
213 "seo": {
214 "defaultTitle": "Vue Storefront"
215 }
216 },
217 "it": {
218 "extend": "de",
219 "storeCode": "it",
220 "storeId": 4,
221 "name": "Italian Store",
222 "url": "/it",
223 "appendStoreCode": true,
224 "elasticsearch": {
225 "host": "/api/catalog",
226 "index": "vue_storefront_catalog_1"
227 },
228 "tax": {
229 "defaultCountry": "IT"
230 },
231 "i18n": {
232 "fullCountryName": "Italy",
233 "fullLanguageName": "Italian",
234 "defaultCountry": "IT",
235 "defaultLanguage": "IT",
236 "defaultLocale": "it-IT"
237 },
238 "seo": {
239 "defaultTitle": "Vue Storefront"
240 }
241 }
242 },
243 "entities": {
244 "optimize": true,
245 "twoStageCaching": true,
246 "optimizeShoppingCart": true,
247 "optimizeShoppingCartOmitFields": [
248 "category",
249 "category_ids",
250 "configurable_children",
251 "configurable_options",
252 "description",
253 "media_gallery",
254 "product_links",
255 "stock"
256 ],
257 "category": {
258 "includeFields": [
259 "children_count",
260 "id",
261 "is_active",
262 "level",
263 "name",
264 "parent_id",
265 "path",
266 "position",
267 "product_count",
268 "sku",
269 "url_key",
270 "url_path",
271 "*.children_data.id",
272 "*.id"
273 ],
274 "excludeFields": [
275 "sgn"
276 ],
277 "filterFields": {},
278 "breadcrumbFilterFields": {},
279 "categoriesRootCategorylId": 2,
280 "categoriesDynamicPrefetchLevel": 2,
281 "categoriesDynamicPrefetch": true,
282 "validSearchOptionsFromRouteParams": [
283 "url-key",
284 "slug",
285 "id"
286 ]
287 },
288 "attribute": {
289 "includeFields": [
290 "activity",
291 "attribute_code",
292 "attribute_id",
293 "default_frontend_label",
294 "default_value",
295 "entity_type_id",
296 "frontend_input",
297 "frontend_label",
298 "id",
299 "is_user_defined",
300 "is_visible_on_front",
301 "is_visible",
302 "is_comparable",
303 "options",
304 "tier_prices"
305 ],
306 "loadByAttributeMetadata": false
307 },
308 "productList": {
309 "sort": "updated_at:desc",
310 "includeFields": [
311 "activity",
312 "configurable_children.attributes",
313 "configurable_children.id",
314 "configurable_children.final_price",
315 "configurable_children.color",
316 "configurable_children.original_price",
317 "configurable_children.original_price_incl_tax",
318 "configurable_children.price",
319 "configurable_children.price_incl_tax",
320 "configurable_children.size",
321 "configurable_children.sku",
322 "configurable_children.special_price",
323 "configurable_children.special_price_incl_tax",
324 "configurable_children.tier_prices",
325 "final_price",
326 "id",
327 "image",
328 "name",
329 "new",
330 "original_price_incl_tax",
331 "original_price",
332 "price",
333 "price_incl_tax",
334 "product_links",
335 "sale",
336 "special_price",
337 "special_to_date",
338 "special_from_date",
339 "special_price_incl_tax",
340 "status",
341 "tax_class_id",
342 "tier_prices",
343 "type_id",
344 "url_path",
345 "url_key",
346 "*image",
347 "*sku",
348 "*small_image"
349 ],
350 "excludeFields": [
351 "attribute_set_id",
352 "configurable_options",
353 "description",
354 "sgn",
355 "*.sgn",
356 "msrp_display_actual_price_type",
357 "*.msrp_display_actual_price_type",
358 "required_options",
359 "media_gallery",
360 "stock.use_config_min_qty",
361 "stock.use_config_notify_stock_qty",
362 "stock.stock_id",
363 "stock.use_config_backorders",
364 "stock.use_config_enable_qty_inc",
365 "stock.enable_qty_increments",
366 "stock.use_config_manage_stock",
367 "stock.use_config_min_sale_qty",
368 "stock.notify_stock_qty",
369 "stock.use_config_max_sale_qty",
370 "stock.use_config_max_sale_qty",
371 "stock.qty_increments",
372 "stock.stock_status_changed_auto",
373 "stock.show_default_notification_message",
374 "stock.use_config_qty_increments",
375 "stock.is_decimal_divided"
376 ]
377 },
378 "productListWithChildren": {
379 "includeFields": [
380 "activity",
381 "configurable_children.attributes",
382 "configurable_children.image",
383 "configurable_children.sku",
384 "configurable_children.price",
385 "configurable_children.special_price",
386 "configurable_children.price_incl_tax",
387 "configurable_children.special_price_incl_tax",
388 "configurable_children.original_price",
389 "configurable_children.original_price_incl_tax",
390 "configurable_children.color",
391 "configurable_children.size",
392 "configurable_children.id",
393 "configurable_children.tier_prices",
394 "configurable_children.special_to_date",
395 "configurable_children.special_from_date",
396 "configurable_children.regular_price",
397 "configurable_children.final_price",
398 "final_price",
399 "id",
400 "image",
401 "name",
402 "new",
403 "original_price",
404 "original_price_incl_tax",
405 "price",
406 "price_incl_tax",
407 "product_links",
408 "sale",
409 "sku",
410 "special_price",
411 "special_price_incl_tax",
412 "special_from_date",
413 "special_to_date",
414 "status",
415 "tax_class_id",
416 "tier_prices",
417 "type_id",
418 "url_path",
419 "url_key"
420 ],
421 "excludeFields": [
422 "attribute_set_id",
423 "description",
424 "sgn",
425 "*.sgn",
426 "msrp_display_actual_price_type",
427 "*.msrp_display_actual_price_type",
428 "required_options",
429 "media_gallery",
430 "stock.use_config_min_qty",
431 "stock.use_config_notify_stock_qty",
432 "stock.stock_id",
433 "stock.use_config_backorders",
434 "stock.use_config_enable_qty_inc",
435 "stock.enable_qty_increments",
436 "stock.use_config_manage_stock",
437 "stock.use_config_min_sale_qty",
438 "stock.notify_stock_qty",
439 "stock.use_config_max_sale_qty",
440 "stock.use_config_max_sale_qty",
441 "stock.qty_increments",
442 "stock.stock_status_changed_auto",
443 "stock.show_default_notification_message",
444 "stock.use_config_qty_increments",
445 "stock.is_decimal_divided"
446 ]
447 },
448 "review": {
449 "excludeFields": [
450 "review_entity",
451 "review_status"
452 ]
453 },
454 "product": {
455 "excludeFields": [
456 "attribute_set_id",
457 "created_at",
458 "has_options",
459 "msrp_display_actual_price_type",
460 "*.msrp_display_actual_price_type",
461 "options_container",
462 "required_options",
463 "small_image",
464 "stock.enable_qty_increments",
465 "stock.is_decimal_divided",
466 "stock.manage_stock",
467 "stock.notify_stock_qty",
468 "stock.qty_increments",
469 "stock.show_default_notification_message",
470 "stock.stock_id",
471 "stock.stock_status_changed_auto",
472 "stock.use_config_qty_increments",
473 "stock.use_config_min_qty",
474 "stock.use_config_notify_stock_qty",
475 "stock.use_config_backorders",
476 "stock.use_config_enable_qty_inc",
477 "stock.use_config_manage_stock",
478 "stock.use_config_min_sale_qty",
479 "stock.use_config_max_sale_qty",
480 "sgn",
481 "*.sgn",
482 "updated_at"
483 ],
484 "includeFields": null,
485 "useDynamicAttributeLoader": true,
486 "standardSystemFields": [
487 "category",
488 "category_ids",
489 "color_options",
490 "configurable_children",
491 "configurable_options",
492 "custom_attributes",
493 "custom_design_from",
494 "description",
495 "erin_recommends",
496 "errors",
497 "final_price",
498 "final_price_incl_tax",
499 "final_price_tax",
500 "gift_message_available",
501 "id",
502 "image",
503 "info",
504 "is_configured",
505 "links",
506 "max_price",
507 "max_regular_price",
508 "media_gallery",
509 "minimal_regular_price",
510 "minimal_price",
511 "name",
512 "news_from_date",
513 "original_price",
514 "original_price_incl_tax",
515 "options",
516 "parentSku",
517 "priceTax",
518 "priceInclTax",
519 "product_option",
520 "price",
521 "price_incl_tax",
522 "price_tax",
523 "qty",
524 "regular_price",
525 "size_options",
526 "sku",
527 "slug",
528 "specialPriceInclTax",
529 "specialPriceTax",
530 "special_price_tax",
531 "special_price_incl_tax",
532 "special_from_date",
533 "special_price",
534 "status",
535 "stock",
536 "_score",
537 "tax_class_id",
538 "thumbnail",
539 "tsk",
540 "type_id",
541 "url_key",
542 "url_path",
543 "visibility"
544 ]
545 }
546 },
547 "cart": {
548 "thumbnails": {
549 "width": 150,
550 "height": 150
551 },
552 "serverMergeByDefault": true,
553 "serverSyncCanRemoveLocalItems": false,
554 "serverSyncCanModifyLocalItems": false,
555 "synchronize": true,
556 "synchronize_totals": true,
557 "setCustomProductOptions": true,
558 "setConfigurableProductOptions": true,
559 "askBeforeRemoveProduct": true,
560 "displayItemDiscounts": true,
561 "productsAreReconfigurable": true,
562 "minicartCountType": "quantities",
563 "create_endpoint": "/api/cart/create?token={{token}}",
564 "updateitem_endpoint": "/api/cart/update?token={{token}}&cartId={{cartId}}",
565 "deleteitem_endpoint": "/api/cart/delete?token={{token}}&cartId={{cartId}}",
566 "pull_endpoint": "/api/cart/pull?token={{token}}&cartId={{cartId}}",
567 "totals_endpoint": "/api/cart/totals?token={{token}}&cartId={{cartId}}",
568 "paymentmethods_endpoint": "/api/cart/payment-methods?token={{token}}&cartId={{cartId}}",
569 "shippingmethods_endpoint": "/api/cart/shipping-methods?token={{token}}&cartId={{cartId}}",
570 "shippinginfo_endpoint": "/api/cart/shipping-information?token={{token}}&cartId={{cartId}}",
571 "collecttotals_endpoint": "/api/cart/collect-totals?token={{token}}&cartId={{cartId}}",
572 "deletecoupon_endpoint": "/api/cart/delete-coupon?token={{token}}&cartId={{cartId}}",
573 "applycoupon_endpoint": "/api/cart/apply-coupon?token={{token}}&cartId={{cartId}}&coupon={{coupon}}"
574 },
575 "attributes": {
576 "disablePersistentAttributesCache": false
577 },
578 "products": {
579 "fieldsToCompact": {
580 "minimal_price": "mp",
581 "has_options": "ho",
582 "url_key": "u",
583 "status": "s",
584 "required_options": "ro",
585 "name": "nm",
586 "tax_class_id": "tci",
587 "description": "desc",
588 "minimal_regular_price": "mrp",
589 "final_price": "fp",
590 "price": "p",
591 "special_price": "sp",
592 "original_final_price": "ofp",
593 "original_price": "op",
594 "original_special_price": "osp",
595 "final_price_incl_tax": "fpit",
596 "original_price_incl_tax": "opit",
597 "price_incl_tax": "pit",
598 "special_price_incl_tax": "spit",
599 "final_price_tax": "fpt",
600 "price_tax": "pt",
601 "special_price_tax": "spt",
602 "original_price_tax": "opt",
603 "image": "i",
604 "small_image": "si",
605 "thumbnail": "t"
606 },
607 "disablePersistentProductsCache": true,
608 "useMagentoUrlKeys": true,
609 "setFirstVarianAsDefaultInURL": false,
610 "configurableChildrenStockPrefetchStatic": false,
611 "configurableChildrenStockPrefetchDynamic": true,
612 "configurableChildrenStockPrefetchStaticPrefetchCount": 8,
613 "filterUnavailableVariants": false,
614 "listOutOfStockProducts": true,
615 "preventConfigurableChildrenDirectAccess": true,
616 "alwaysSyncPlatformPricesOver": false,
617 "alwaysSyncPricesClientSide": false,
618 "clearPricesBeforePlatformSync": false,
619 "waitForPlatformSync": false,
620 "setupVariantByAttributeCode": true,
621 "calculateBundlePriceByOptions": true,
622 "endpoint": "/api/product",
623 "defaultFilters": [
624 "color",
625 "erin_recommends",
626 "price",
627 "size"
628 ],
629 "systemFilterNames": [
630 "sort"
631 ],
632 "maxFiltersQuerySize": 999,
633 "routerFiltersSource": "query",
634 "filterFieldMapping": {
635 "category.name": "category.name.keyword"
636 },
637 "colorMappings": {
638 "Melange graphite": "#eeeeee"
639 },
640 "defaultSortBy": {
641 "attribute": "updated_at",
642 "order": "desc"
643 },
644 "sortByAttributes": {
645 "Latest": "updated_at:desc",
646 "Price: Low to high": "final_price",
647 "Price: High to low": "final_price:desc"
648 },
649 "gallery": {
650 "mergeConfigurableChildren": true,
651 "imageAttributes": [
652 "image",
653 "thumbnail",
654 "small_image"
655 ],
656 "width": 600,
657 "height": 744
658 },
659 "thumbnails": {
660 "width": 310,
661 "height": 300
662 },
663 "filterAggregationSize": {
664 "default": 10,
665 "size": 10,
666 "color": 10
667 },
668 "priceFilterKey": "final_price",
669 "priceFilters": {
670 "ranges": [
671 { "from": 0, "to": 50 },
672 { "from": 50, "to": 100 },
673 { "from": 100, "to": 150 },
674 { "from": 150 }
675 ]
676 }
677 },
678 "orders": {
679 "directBackendSync": true,
680 "endpoint": "/api/order",
681 "payment_methods_mapping": {
682 },
683 "offline_orders": {
684 "automatic_transmission_enabled": false,
685 "notification": {
686 "enabled": true,
687 "title": "Order waiting!",
688 "message": "Click here to confirm the order that you made offline.",
689 "icon": "/assets/logo.png"
690 }
691 }
692 },
693 "localForage": {
694 "defaultDrivers": {
695 "user": "LOCALSTORAGE",
696 "cmspage": "LOCALSTORAGE",
697 "cmsblock": "LOCALSTORAGE",
698 "carts": "LOCALSTORAGE",
699 "orders": "LOCALSTORAGE",
700 "wishlist": "LOCALSTORAGE",
701 "categories": "LOCALSTORAGE",
702 "attributes": "LOCALSTORAGE",
703 "elasticCache": "LOCALSTORAGE",
704 "claims": "LOCALSTORAGE",
705 "syncTasks": "LOCALSTORAGE",
706 "ordersHistory": "LOCALSTORAGE",
707 "checkout": "LOCALSTORAGE"
708 },
709 "preserveCollections": [
710 "cart",
711 "user"
712 ]
713 },
714 "reviews": {
715 "create_endpoint": "/api/review/create"
716 },
717 "users": {
718 "autoRefreshTokens": true,
719 "loginAfterCreatePassword": true,
720 "endpoint": "/api/user",
721 "history_endpoint": "/api/user/order-history?token={{token}}&pageSize={{pageSize}}¤tPage={{currentPage}}",
722 "resetPassword_endpoint": "/api/user/reset-password",
723 "createPassword_endpoint": "/api/user/create-password",
724 "changePassword_endpoint": "/api/user/change-password?token={{token}}",
725 "login_endpoint": "/api/user/login",
726 "create_endpoint": "/api/user/create",
727 "me_endpoint": "/api/user/me?token={{token}}",
728 "refresh_endpoint": "/api/user/refresh",
729 "allowModification": ["firstname", "lastname", "email", "addresses"],
730 "tokenInHeader": false
731 },
732 "stock": {
733 "synchronize": true,
734 "allowOutOfStockInCart": true,
735 "endpoint": "/api/stock"
736 },
737 "images": {
738 "useExactUrlsNoProxy": false,
739 "baseUrl": "http://167.172.161.97/img/",
740 "useSpecificImagePaths": false,
741 "paths": {
742 "product": "/catalog/product"
743 },
744 "productPlaceholder": "/assets/placeholder.jpg"
745 },
746 "install": {
747 "is_local_backend": true,
748 "backend_dir": "../vue-storefront-api"
749 },
750 "demomode": false,
751 "tax": {
752 "defaultCountry": "US",
753 "defaultRegion": "",
754 "sourcePriceIncludesTax": false,
755 "calculateServerSide": true,
756 "userGroupId": null,
757 "useOnlyDefaultUserGroupId": false,
758 "deprecatedPriceFieldsSupport": true,
759 "finalPriceIncludesTax": false
760 },
761 "shipping": {
762 "methods": [
763 {
764 "method_title": "DPD Courier",
765 "method_code": "flatrate",
766 "carrier_code": "flatrate",
767 "amount": 4,
768 "price_incl_tax": 5,
769 "default": true,
770 "offline": true
771 }
772 ]
773 },
774 "syncTasks": {
775 "disablePersistentTaskQueue": true
776 },
777 "i18n": {
778 "defaultCountry": "US",
779 "defaultLanguage": "EN",
780 "availableLocale": [
781 "en-US"
782 ],
783 "defaultLocale": "en-US",
784 "currencyCode": "KES",
785 "currencySign": "KSh",
786 "currencyDecimal": "",
787 "currencyGroup": "",
788 "fractionDigits": 2,
789 "priceFormat": "{sign}{amount}",
790 "dateFormat": "HH:mm D/M/YYYY",
791 "fullCountryName": "United States",
792 "fullLanguageName": "English",
793 "bundleAllStoreviewLanguages": false
794 },
795 "expireHeaders": {
796 "default": "30d",
797 "application/json": "24h",
798 "image/png": "7d"
799 },
800 "newsletter": {
801 "endpoint": "/api/ext/mailchimp-subscribe/subscribe"
802 },
803 "mailer": {
804 "endpoint": {
805 "send": "/api/ext/mail-service/send-email",
806 "token": "/api/ext/mail-service/get-token"
807 },
808 "contactAddress": "contributors@vuestorefront.io",
809 "sendConfirmation": true
810 },
811 "theme": "@vue-storefront/theme-subarutheme",
812 "analytics": {
813 "id": false
814 },
815 "googleTagManager": {
816 "id": false,
817 "debug": true,
818 "product_attributes": [
819 "name",
820 "id",
821 "sku",
822 {
823 "priceInclTax": "price"
824 },
825 {
826 "qty": "quantity"
827 }
828 ]
829 },
830 "hotjar": {
831 "id": false
832 },
833 "cms": {
834 "endpoint": "/api/ext/cms-data/cms{{type}}/{{cmsId}}",
835 "endpointIdentifier": "/api/ext/cms-data/cms{{type}}Identifier/{{cmsIdentifier}}/storeId/{{storeId}}"
836 },
837 "cms_block": {
838 "max_count": 500
839 },
840 "cms_page": {
841 "max_count": 500
842 },
843 "usePriceTiers": false,
844 "useZeroPriceProduct": true,
845 "query": {
846 "inspirations": {
847 "filter": [
848 {
849 "key": "category.name",
850 "value": { "eq": "Performance Fabrics" }
851 }
852 ]
853 },
854 "newProducts": {
855 "filter": [
856 {
857 "key": "new",
858 "value": { "eq": 1 }
859 }
860 ]
861 },
862 "bestSellers": {
863 "filter": [
864 {
865 "key": "category.name",
866 "value": { "eq": "Tees" }
867 }
868 ]
869 }
870 },
871 "urlModule": {
872 "enableMapFallbackUrl": false,
873 "endpoint": "/api/url",
874 "map_endpoint": "/api/url/map"
875 },
876 "fastly": {
877 "enabled":false
878 },
879 "nginx": {
880 "enabled":false
881 },
882 "varnish": {
883 "enabled":false
884 },
885 "purgeConfig": [
886 "server.invalidateCacheKey",
887 "server.invalidateCacheForwardUrl",
888 "server.trace",
889 "redis",
890 "install",
891 "expireHeaders",
892 "fastly",
893 "nginx",
894 "varnish",
895 "cloudflare"
896 ]
897}
898
899