small.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xi="http://www.w3.org/2001/XInclude">
  9. <profile>
  10. <di>di.xml</di>
  11. <websites>1</websites>
  12. <store_groups>1</store_groups>
  13. <store_views>1</store_views>
  14. <simple_products>2</simple_products>
  15. <bundle_products>2</bundle_products>
  16. <bundle_products_options>2</bundle_products_options>
  17. <bundle_products_variation>2</bundle_products_variation>
  18. <product-images>
  19. <images-count>3</images-count>
  20. <images-per-product>1</images-per-product>
  21. </product-images>
  22. <configurable_products>
  23. <config>
  24. <attributeSet>Default</attributeSet>
  25. <sku>Configurable Product - Default %s</sku>
  26. <products>2</products>
  27. </config>
  28. <config>
  29. <attributeSet>Attribute Set 1</attributeSet>
  30. <sku>Configurable Product - Color-Size %s</sku>
  31. <products>2</products>
  32. </config>
  33. <config>
  34. <attributes>2</attributes>
  35. <options>2</options>
  36. <sku>Configurable Product 2-2 %s</sku>
  37. <products>2</products>
  38. </config>
  39. </configurable_products>
  40. <configurable_products_variation>3</configurable_products_variation>
  41. <categories>30</categories>
  42. <categories_nesting_level>3</categories_nesting_level>
  43. <catalog_price_rules>10</catalog_price_rules>
  44. <configs> <!-- Config variables and values for change -->
  45. <config>
  46. <path>admin/security/use_form_key</path>
  47. <scope>default</scope>
  48. <scopeId>0</scopeId>
  49. <value>0</value>
  50. </config>
  51. <config>
  52. <path>carriers/flatrate/active</path>
  53. <scope>default</scope>
  54. <scopeId>0</scopeId>
  55. <value>1</value>
  56. </config>
  57. <config>
  58. <path>system/full_page_cache/ttl</path>
  59. <scope>default</scope>
  60. <scopeId>0</scopeId>
  61. <value>7200</value>
  62. </config>
  63. <config>
  64. <path>system/full_page_cache/caching_application</path>
  65. <scope>default</scope>
  66. <scopeId>0</scopeId>
  67. <value>2</value>
  68. </config>
  69. <config>
  70. <path>checkout/cart/redirect_to_cart</path>
  71. <scope>default</scope>
  72. <scopeId>0</scopeId>
  73. <value>0</value>
  74. </config>
  75. <config>
  76. <path>system/full_page_cache/varnish/access_list</path>
  77. <scope>default</scope>
  78. <scopeId>0</scopeId>
  79. <value>localhost</value>
  80. </config>
  81. <config>
  82. <path>system/full_page_cache/varnish/backend_host</path>
  83. <scope>default</scope>
  84. <scopeId>0</scopeId>
  85. <value>localhost</value>
  86. </config>
  87. <config>
  88. <path>system/full_page_cache/varnish/backend_port</path>
  89. <scope>default</scope>
  90. <scopeId>0</scopeId>
  91. <value>8080</value>
  92. </config>
  93. </configs>
  94. <indexers> <!-- Indexer mode value (true - Update by Schedule, false - Update on Save) -->
  95. <indexer>
  96. <id>catalog_category_product</id>
  97. <set_scheduled>false</set_scheduled>
  98. </indexer>
  99. <indexer>
  100. <id>catalog_product_category</id>
  101. <set_scheduled>false</set_scheduled>
  102. </indexer>
  103. <indexer>
  104. <id>catalog_product_price</id>
  105. <set_scheduled>false</set_scheduled>
  106. </indexer>
  107. <indexer>
  108. <id>catalog_product_attribute</id>
  109. <set_scheduled>false</set_scheduled>
  110. </indexer>
  111. <indexer>
  112. <id>cataloginventory_stock</id>
  113. <set_scheduled>false</set_scheduled>
  114. </indexer>
  115. <indexer>
  116. <id>catalogrule_rule</id>
  117. <set_scheduled>false</set_scheduled>
  118. </indexer>
  119. <indexer>
  120. <id>catalogrule_product</id>
  121. <set_scheduled>false</set_scheduled>
  122. </indexer>
  123. <indexer>
  124. <id>catalogsearch_fulltext</id>
  125. <set_scheduled>false</set_scheduled>
  126. </indexer>
  127. </indexers>
  128. <xi:include href="./attributeSets.xml"/>
  129. </profile>
  130. </config>