Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

23 строки
905 B

  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:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <catalog>
  11. <search>
  12. <engine>elasticsearch7</engine>
  13. <elasticsearch7_server_hostname>localhost</elasticsearch7_server_hostname>
  14. <elasticsearch7_server_port>9200</elasticsearch7_server_port>
  15. <elasticsearch7_index_prefix>magento2</elasticsearch7_index_prefix>
  16. <elasticsearch7_enable_auth>0</elasticsearch7_enable_auth>
  17. <elasticsearch7_server_timeout>15</elasticsearch7_server_timeout>
  18. <elasticsearch7_minimum_should_match/>
  19. </search>
  20. </catalog>
  21. </default>
  22. </config>