vishalpwebplanex

Vuestorefront local confile file

Apr 28th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 KB | None | 0 0
  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": ["product", "category", "home", "checkout", "page-not-found", "compare", "my-account", "P", "C", "error", "attribute", "taxrule"],
  17. "invalidateCacheKey": "aeSu7aip",
  18. "invalidateCacheForwarding": false,
  19. "invalidateCacheForwardUrl": "http://localhost:8080/invalidate?key=aeSu7aip&tag=",
  20. "dynamicConfigReload": true,
  21. "dynamicConfigContinueOnError": false,
  22. "dynamicConfigExclude": ["ssr", "storeViews", "entities", "localForage", "shipping", "boost", "query"],
  23. "dynamicConfigInclude": [],
  24. "elasticCacheQuota": 4096,
  25. "ssrDisabledFor": {
  26. "extensions": ["png", "gif", "jpg", "jpeg", "woff", "eot", "woff2", "ttf", "svg", "css", "js", "json", "ico", "tiff", "tif", "raw"]
  27. },
  28. "trace": {
  29. "enabled": false,
  30. "config": {}
  31. }
  32. },
  33. "initialResources": [
  34. {
  35. "filters": ["vsf-newsletter-modal", "vsf-languages-modal", "vsf-layout-empty", "vsf-layout-minimal", "vsf-order-confirmation", "vsf-search-panel"],
  36. "type": "script",
  37. "onload": true,
  38. "rel": "prefetch"
  39. },
  40. {
  41. "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"],
  42. "type": "script",
  43. "onload": true,
  44. "rel": "prefetch"
  45. }
  46. ],
  47. "staticPages": {
  48. "updateOnRequest": true,
  49. "destPath": "static"
  50. },
  51. "seo": {
  52. "useUrlDispatcher": true,
  53. "disableUrlRoutesPersistentCache": true,
  54. "defaultTitle": "Vue Storefront"
  55. },
  56. "console": {
  57. "showErrorOnProduction" : false,
  58. "verbosityLevel": "display-everything"
  59. },
  60. "redis": {
  61. "host": "localhost",
  62. "port": 6379,
  63. "db": 0
  64. },
  65. "graphql":{
  66. "host": "localhost",
  67. "port": 8080
  68. },
  69. "api": {
  70. "url": "http://localhost:8080",
  71. "saveBandwidthOverCache": true
  72. },
  73. "elasticsearch": {
  74. "httpAuth": "",
  75. "host": "/api/catalog",
  76. "index": "vue_storefront_magento1_6",
  77. "min_score": 0.02,
  78. "csrTimeout": 5000,
  79. "ssrTimeout": 1000,
  80. "queryMethod": "GET",
  81. "disablePersistentQueriesCache": true,
  82. "searchScoring": {
  83. "attributes": {
  84. "attribute_code": {
  85. "scoreValues": { "attribute_value": { "weight": 1 } }
  86. }
  87. },
  88. "fuzziness": 2,
  89. "cutoff_frequency": 0.01,
  90. "max_expansions": 3,
  91. "minimum_should_match": "75%",
  92. "prefix_length": 2,
  93. "boost_mode": "multiply",
  94. "score_mode": "multiply",
  95. "max_boost": 100,
  96. "function_min_score": 1
  97. },
  98. "searchableAttributes": {
  99. "name": {
  100. "boost": 4
  101. },
  102. "sku": {
  103. "boost": 2
  104. },
  105. "category.name": {
  106. "boost": 1
  107. }
  108. }
  109. },
  110. "ssr": {
  111. "templates": {
  112. "default": "dist/index.html",
  113. "minimal": "dist/index.minimal.html",
  114. "basic": "dist/index.basic.html",
  115. "amp": "dist/index.amp.html"
  116. },
  117. "lazyHydrateFor": ["category-next.products", "homepage.new_collection"],
  118. "executeMixedinAsyncData": true,
  119. "initialStateFilter": ["__DEMO_MODE__", "version", "storeView", "attribute.list_by_id"],
  120. "useInitialStateFilter": true
  121. },
  122. "queues": {
  123. "maxNetworkTaskAttempts": 1,
  124. "maxCartBypassAttempts": 1
  125. },
  126. "defaultStoreCode": "",
  127. "storeViews": {
  128. "multistore": false,
  129. "commonCache": false,
  130. "mapStoreUrlsFor": ["de", "it"],
  131. "de": {
  132. "storeCode": "de",
  133. "storeId": 3,
  134. "name": "German Store",
  135. "url": "/de",
  136. "appendStoreCode": true,
  137. "elasticsearch": {
  138. "host": "/api/catalog",
  139. "index": "vue_storefront_magento1_6_de"
  140. },
  141. "tax": {
  142. "sourcePriceIncludesTax": false,
  143. "defaultCountry": "DE",
  144. "defaultRegion": "",
  145. "calculateServerSide": true
  146. },
  147. "i18n": {
  148. "fullCountryName": "Germany",
  149. "fullLanguageName": "German",
  150. "defaultLanguage": "DE",
  151. "defaultCountry": "DE",
  152. "defaultLocale": "de-DE",
  153. "currencyCode": "EUR",
  154. "currencySign": "EUR",
  155. "dateFormat": "HH:mm D-M-YYYY"
  156. },
  157. "seo": {
  158. "defaultTitle": "Vue Storefront"
  159. }
  160. },
  161. "it": {
  162. "extend": "de",
  163. "storeCode": "it",
  164. "storeId": 4,
  165. "name": "Italian Store",
  166. "url": "/it",
  167. "appendStoreCode": true,
  168. "elasticsearch": {
  169. "host": "/api/catalog",
  170. "index": "vue_storefront_magento1_6_it"
  171. },
  172. "tax": {
  173. "defaultCountry": "IT"
  174. },
  175. "i18n": {
  176. "fullCountryName": "Italy",
  177. "fullLanguageName": "Italian",
  178. "defaultCountry": "IT",
  179. "defaultLanguage": "IT",
  180. "defaultLocale": "it-IT"
  181. },
  182. "seo": {
  183. "defaultTitle": "Vue Storefront"
  184. }
  185. }
  186. },
  187. "entities": {
  188. "optimize": true,
  189. "twoStageCaching": true,
  190. "optimizeShoppingCart": true,
  191. "optimizeShoppingCartOmitFields": ["configurable_children", "configurable_options", "media_gallery", "description", "category", "category_ids", "product_links", "stock", "description"],
  192. "category": {
  193. "includeFields": [ "id", "*.children_data.id", "*.id", "children_count", "sku", "name", "is_active", "parent_id", "level", "url_key", "url_path", "product_count", "path", "position"],
  194. "excludeFields": [ "sgn" ],
  195. "filterFields": {},
  196. "breadcrumbFilterFields": {},
  197. "categoriesRootCategorylId": 2,
  198. "categoriesDynamicPrefetchLevel": 2,
  199. "categoriesDynamicPrefetch": true,
  200. "validSearchOptionsFromRouteParams": ["url-key", "slug", "id"]
  201. },
  202. "attribute": {
  203. "includeFields": [ "activity", "attribute_code", "id", "entity_type_id", "options", "default_value", "is_user_defined", "frontend_label", "attribute_id", "default_frontend_label", "is_visible_on_front", "is_visible", "is_comparable", "tier_prices", "frontend_input" ],
  204. "loadByAttributeMetadata": false
  205. },
  206. "productList": {
  207. "sort": "updated_at:desc",
  208. "includeFields": [ "attributes_metadata", "configurable_children.attributes", "activity", "type_id", "*sku", "product_links", "tax_class_id", "special_price", "special_to_date", "special_from_date", "name", "price", "price_incl_tax", "original_price_incl_tax", "original_price", "special_price_incl_tax", "id", "image", "sale", "new", "url_path", "url_key", "status", "tier_prices", "configurable_children.sku", "configurable_children.price", "configurable_children.special_price", "configurable_children.price_incl_tax", "configurable_children.special_price_incl_tax", "configurable_children.original_price", "configurable_children.original_price_incl_tax", "*image","*small_image", "configurable_children.color", "configurable_children.size", "configurable_children.tier_prices", "final_price", "configurable_children.final_price"],
  209. "excludeFields": [ "attribute_set_id", "description", "configurable_options", "sgn", "*.sgn", "msrp_display_actual_price_type", "*.msrp_display_actual_price_type", "required_options", "media_gallery", "stock.use_config_min_qty", "stock.use_config_notify_stock_qty", "stock.stock_id", "stock.use_config_backorders", "stock.use_config_enable_qty_inc", "stock.enable_qty_increments", "stock.use_config_manage_stock", "stock.use_config_min_sale_qty", "stock.notify_stock_qty", "stock.use_config_max_sale_qty", "stock.use_config_max_sale_qty", "stock.qty_increments", "stock.stock_status_changed_auto", "stock.show_default_notification_message", "stock.use_config_qty_increments", "stock.is_decimal_divided"]
  210. },
  211. "productListWithChildren": {
  212. "includeFields": [ "attributes_metadata", "configurable_children.attributes", "activity", "type_id", "sku", "name", "tax_class_id", "final_price", "special_price", "special_to_date", "special_from_date", "price", "price_incl_tax", "original_price_incl_tax", "original_price", "special_price_incl_tax", "id", "image", "sale", "new", "configurable_children.image", "configurable_children.sku", "configurable_children.price", "configurable_children.special_price", "configurable_children.price_incl_tax", "configurable_children.special_price_incl_tax", "configurable_children.original_price", "configurable_children.original_price_incl_tax", "configurable_children.color", "configurable_children.size", "configurable_children.id", "configurable_children.tier_prices", "product_links", "url_path", "url_key", "status", "tier_prices", "configurable_children.special_to_date", "configurable_children.special_from_date", "configurable_children.regular_price", "configurable_children.final_price"],
  213. "excludeFields": [ "attribute_set_id", "description", "sgn", "*.sgn", "msrp_display_actual_price_type", "*.msrp_display_actual_price_type", "required_options", "media_gallery", "stock.use_config_min_qty", "stock.use_config_notify_stock_qty", "stock.stock_id", "stock.use_config_backorders", "stock.use_config_enable_qty_inc", "stock.enable_qty_increments", "stock.use_config_manage_stock", "stock.use_config_min_sale_qty", "stock.notify_stock_qty", "stock.use_config_max_sale_qty", "stock.use_config_max_sale_qty", "stock.qty_increments", "stock.stock_status_changed_auto", "stock.show_default_notification_message", "stock.use_config_qty_increments", "stock.is_decimal_divided"]
  214. },
  215. "review": {
  216. "excludeFields": ["review_entity", "review_status"]
  217. },
  218. "product": {
  219. "excludeFields": [ "*.msrp_display_actual_price_type", "required_options", "updated_at", "created_at", "attribute_set_id", "options_container", "msrp_display_actual_price_type", "has_options", "stock.use_config_min_qty", "stock.use_config_notify_stock_qty", "stock.stock_id", "stock.use_config_backorders", "stock.use_config_enable_qty_inc", "stock.enable_qty_increments", "stock.use_config_manage_stock", "stock.use_config_min_sale_qty", "stock.notify_stock_qty", "stock.use_config_max_sale_qty", "stock.use_config_max_sale_qty", "stock.qty_increments", "stock.stock_status_changed_auto", "stock.show_default_notification_message", "stock.use_config_qty_increments", "stock.is_decimal_divided", "small_image", "sgn", "*.sgn"],
  220. "includeFields": null,
  221. "useDynamicAttributeLoader": true,
  222. "standardSystemFields": [
  223. "description",
  224. "configurable_options",
  225. "tsk",
  226. "custom_attributes",
  227. "size_options",
  228. "regular_price",
  229. "final_price",
  230. "final_price_incl_tax",
  231. "final_price_tax",
  232. "price",
  233. "color_options",
  234. "id",
  235. "links",
  236. "gift_message_available",
  237. "category_ids",
  238. "sku",
  239. "stock",
  240. "image",
  241. "thumbnail",
  242. "visibility",
  243. "type_id",
  244. "tax_class_id",
  245. "media_gallery",
  246. "url_key",
  247. "url_path",
  248. "max_price",
  249. "minimal_regular_price",
  250. "special_price",
  251. "minimal_price",
  252. "name",
  253. "configurable_children",
  254. "max_regular_price",
  255. "category",
  256. "status",
  257. "price_tax",
  258. "price_incl_tax",
  259. "special_price_tax",
  260. "special_price_incl_tax",
  261. "_score",
  262. "slug",
  263. "errors",
  264. "info",
  265. "erin_recommends",
  266. "special_from_date",
  267. "news_from_date",
  268. "custom_design_from",
  269. "original_price",
  270. "original_price_incl_tax",
  271. "parentSku",
  272. "options",
  273. "product_option",
  274. "qty",
  275. "is_configured",
  276. "priceInclTax",
  277. "specialPriceInclTax",
  278. "specialPriceTax",
  279. "priceTax",
  280. "priceInclTax"
  281. ]
  282. }
  283. },
  284. "cart": {
  285. "thumbnails": {
  286. "width": 150,
  287. "height": 150
  288. },
  289. "serverMergeByDefault": true,
  290. "serverSyncCanRemoveLocalItems": false,
  291. "serverSyncCanModifyLocalItems": false,
  292. "synchronize": true,
  293. "synchronize_totals": true,
  294. "setCustomProductOptions": true,
  295. "setConfigurableProductOptions": true,
  296. "askBeforeRemoveProduct": true,
  297. "displayItemDiscounts": true,
  298. "productsAreReconfigurable": true,
  299. "minicartCountType": "quantities",
  300. "create_endpoint": "/api/cart/create?token={{token}}",
  301. "updateitem_endpoint": "/api/cart/update?token={{token}}&cartId={{cartId}}",
  302. "deleteitem_endpoint": "/api/cart/delete?token={{token}}&cartId={{cartId}}",
  303. "pull_endpoint": "/api/cart/pull?token={{token}}&cartId={{cartId}}",
  304. "totals_endpoint": "/api/cart/totals?token={{token}}&cartId={{cartId}}",
  305. "paymentmethods_endpoint": "/api/cart/payment-methods?token={{token}}&cartId={{cartId}}",
  306. "shippingmethods_endpoint": "/api/cart/shipping-methods?token={{token}}&cartId={{cartId}}",
  307. "shippinginfo_endpoint": "/api/cart/shipping-information?token={{token}}&cartId={{cartId}}",
  308. "collecttotals_endpoint": "/api/cart/collect-totals?token={{token}}&cartId={{cartId}}",
  309. "deletecoupon_endpoint": "/api/cart/delete-coupon?token={{token}}&cartId={{cartId}}",
  310. "applycoupon_endpoint": "/api/cart/apply-coupon?token={{token}}&cartId={{cartId}}&coupon={{coupon}}"
  311. },
  312. "attributes": {
  313. "disablePersistentAttributesCache": false
  314. },
  315. "products": {
  316. "fieldsToCompact": {
  317. "minimal_price": "mp",
  318. "has_options": "ho",
  319. "url_key": "u",
  320. "status": "s",
  321. "required_options": "ro",
  322. "name": "nm",
  323. "tax_class_id": "tci",
  324. "description": "desc",
  325. "minimal_regular_price": "mrp",
  326. "final_price": "fp",
  327. "price": "p",
  328. "special_price": "sp",
  329. "original_final_price": "ofp",
  330. "original_price": "op",
  331. "original_special_price": "osp",
  332. "final_price_incl_tax": "fpit",
  333. "original_price_incl_tax": "opit",
  334. "price_incl_tax": "pit",
  335. "special_price_incl_tax": "spit",
  336. "final_price_tax": "fpt",
  337. "price_tax": "pt",
  338. "special_price_tax": "spt",
  339. "original_price_tax": "opt",
  340. "image": "i",
  341. "small_image": "si",
  342. "thumbnail": "t"
  343. },
  344. "disablePersistentProductsCache": true,
  345. "useMagentoUrlKeys": true,
  346. "setFirstVarianAsDefaultInURL": false,
  347. "configurableChildrenStockPrefetchStatic": false,
  348. "configurableChildrenStockPrefetchDynamic": true,
  349. "configurableChildrenStockPrefetchStaticPrefetchCount": 8,
  350. "filterUnavailableVariants": false,
  351. "listOutOfStockProducts": true,
  352. "preventConfigurableChildrenDirectAccess": true,
  353. "alwaysSyncPlatformPricesOver": false,
  354. "alwaysSyncPricesClientSide": false,
  355. "clearPricesBeforePlatformSync": false,
  356. "waitForPlatformSync": false,
  357. "setupVariantByAttributeCode": true,
  358. "endpoint": "/api/product",
  359. "defaultFilters": ["price"],
  360. "systemFilterNames": ["sort"],
  361. "maxFiltersQuerySize": 999,
  362. "routerFiltersSource": "query",
  363. "filterFieldMapping": {
  364. "category.name": "category.name.keyword"
  365. },
  366. "colorMappings": {
  367. "Melange graphite": "#eeeeee"
  368. },
  369. "defaultSortBy": {
  370. "attribute": "updated_at",
  371. "order": "desc"
  372. },
  373. "sortByAttributes": {
  374. "Latest": "updated_at:desc",
  375. "Price: Low to high":"final_price",
  376. "Price: High to low":"final_price:desc"
  377. },
  378. "gallery": {
  379. "mergeConfigurableChildren": true,
  380. "imageAttributes": ["image","thumbnail","small_image"],
  381. "width": 600,
  382. "height": 744
  383. },
  384. "thumbnails": {
  385. "width": 310,
  386. "height": 300
  387. },
  388. "filterAggregationSize": {
  389. "default": 10,
  390. "size": 10,
  391. "color": 10
  392. },
  393. "priceFilterKey": "final_price",
  394. "priceFilters": {
  395. "ranges": [
  396. { "from": 0, "to": 50 },
  397. { "from": 50, "to": 100 },
  398. { "from": 100, "to": 150 },
  399. { "from": 150 }
  400. ]
  401. }
  402. },
  403. "orders": {
  404. "directBackendSync": true,
  405. "endpoint": "/api/order",
  406. "payment_methods_mapping": {
  407. },
  408. "offline_orders": {
  409. "automatic_transmission_enabled": false,
  410. "notification" : {
  411. "enabled": true,
  412. "title" : "Order waiting!",
  413. "message": "Click here to confirm the order that you made offline.",
  414. "icon": "/assets/logo.png"
  415. }
  416. }
  417. },
  418. "localForage": {
  419. "defaultDrivers": {
  420. "user": "LOCALSTORAGE",
  421. "cmspage": "LOCALSTORAGE",
  422. "cmsblock": "LOCALSTORAGE",
  423. "carts": "LOCALSTORAGE",
  424. "orders": "LOCALSTORAGE",
  425. "wishlist": "LOCALSTORAGE",
  426. "categories": "LOCALSTORAGE",
  427. "attributes": "LOCALSTORAGE",
  428. "elasticCache": "LOCALSTORAGE",
  429. "claims": "LOCALSTORAGE",
  430. "syncTasks": "LOCALSTORAGE",
  431. "ordersHistory": "LOCALSTORAGE",
  432. "checkout": "LOCALSTORAGE"
  433. }
  434. },
  435. "reviews": {
  436. "create_endpoint": "/api/review/create"
  437. },
  438. "users": {
  439. "autoRefreshTokens": true,
  440. "loginAfterCreatePassword": true,
  441. "endpoint": "/api/user",
  442. "history_endpoint": "/api/user/order-history?token={{token}}&pageSize={{pageSize}}&currentPage={{currentPage}}",
  443. "resetPassword_endpoint": "/api/user/reset-password",
  444. "createPassword_endpoint": "/api/user/create-password",
  445. "changePassword_endpoint": "/api/user/change-password?token={{token}}",
  446. "login_endpoint": "/api/user/login",
  447. "create_endpoint": "/api/user/create",
  448. "me_endpoint": "/api/user/me?token={{token}}",
  449. "refresh_endpoint": "/api/user/refresh"
  450. },
  451. "stock": {
  452. "synchronize": true,
  453. "allowOutOfStockInCart": true,
  454. "endpoint": "/api/stock"
  455. },
  456. "images": {
  457. "useExactUrlsNoProxy": false,
  458. "baseUrl": "https://demo.vuestorefront.io/img/",
  459. "useSpecificImagePaths": false,
  460. "paths": {
  461. "product": "/catalog/product"
  462. },
  463. "productPlaceholder": "/assets/placeholder.jpg"
  464. },
  465. "install": {
  466. "is_local_backend": true,
  467. "backend_dir": "../vue-storefront-api"
  468. },
  469. "demomode": false,
  470. "tax": {
  471. "defaultCountry": "US",
  472. "defaultRegion": "",
  473. "sourcePriceIncludesTax": false,
  474. "calculateServerSide": true,
  475. "userGroupId": null,
  476. "useOnlyDefaultUserGroupId": false,
  477. "deprecatedPriceFieldsSupport": true,
  478. "finalPriceIncludesTax": false
  479. },
  480. "shipping": {
  481. "methods": [
  482. {
  483. "method_title": "DPD Courier",
  484. "method_code": "flatrate",
  485. "carrier_code": "flatrate",
  486. "amount": 4,
  487. "price_incl_tax": 5,
  488. "default": true,
  489. "offline": true
  490. }
  491. ]
  492. },
  493. "syncTasks": {
  494. "disablePersistentTaskQueue": true
  495. },
  496. "i18n": {
  497. "defaultCountry": "US",
  498. "defaultLanguage": "EN",
  499. "availableLocale": ["en-US"],
  500. "defaultLocale": "en-US",
  501. "currencyCode": "USD",
  502. "currencySign": "$",
  503. "currencyDecimal": "",
  504. "currencyGroup": "",
  505. "fractionDigits": 2,
  506. "priceFormat": "{sign}{amount}",
  507. "dateFormat": "HH:mm D/M/YYYY",
  508. "fullCountryName": "United States",
  509. "fullLanguageName": "English",
  510. "bundleAllStoreviewLanguages": false
  511. },
  512. "expireHeaders": {
  513. "default": "30d",
  514. "application/json": "24h",
  515. "image/png": "7d"
  516. },
  517. "newsletter": {
  518. "endpoint": "/api/ext/mailchimp-subscribe/subscribe"
  519. },
  520. "mailer": {
  521. "endpoint": {
  522. "send": "/api/ext/mail-service/send-email",
  523. "token": "/api/ext/mail-service/get-token"
  524. },
  525. "contactAddress": "contributors@vuestorefront.io",
  526. "sendConfirmation": true
  527. },
  528. "theme": "@vue-storefront/theme-default",
  529. "analytics": {
  530. "id": false
  531. },
  532. "googleTagManager": {
  533. "id": false,
  534. "debug": true,
  535. "product_attributes": [
  536. "name", "id", "sku", { "priceInclTax": "price" }, { "qty": "quantity" }
  537. ]
  538. },
  539. "hotjar": {
  540. "id": false
  541. },
  542. "cms": {
  543. "endpoint": "/api/ext/cms-data/cms{{type}}/{{cmsId}}",
  544. "endpointIdentifier": "/api/ext/cms-data/cms{{type}}Identifier/{{cmsIdentifier}}/storeId/{{storeId}}"
  545. },
  546. "cms_block": {
  547. "max_count": 500
  548. },
  549. "cms_page": {
  550. "max_count": 500
  551. },
  552. "usePriceTiers": false,
  553. "useZeroPriceProduct": true,
  554. "query": {
  555. "inspirations": {
  556. "filter": [
  557. {
  558. "key": "category.name",
  559. "value" : { "eq": "Performance Fabrics" }
  560. }
  561. ]
  562. },
  563. "newProducts": {
  564. "filter": [
  565. {
  566. "key": "category.name",
  567. "value" : { "eq": "Tees" }
  568. }
  569. ]
  570. },
  571. "bestSellers": {
  572. "filter": [
  573. {
  574. "key": "category.name",
  575. "value" : { "eq": "Tees" }
  576. }
  577. ]
  578. }
  579. },
  580. "urlModule": {
  581. "enableMapFallbackUrl": true,
  582. "endpoint": "/api/url",
  583. "map_endpoint": "/api/url/map"
  584. },
  585. "fastly": {
  586. "enabled":false
  587. },
  588. "nginx": {
  589. "enabled":false
  590. },
  591. "varnish": {
  592. "enabled":false
  593. }
  594. }
Add Comment
Please, Sign In to add comment