You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
942 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>elasticsearch6</engine>
  13. <elasticsearch6_server_hostname>localhost</elasticsearch6_server_hostname>
  14. <elasticsearch6_server_port>9200</elasticsearch6_server_port>
  15. <elasticsearch6_index_prefix>magento2</elasticsearch6_index_prefix>
  16. <elasticsearch6_enable_auth>0</elasticsearch6_enable_auth>
  17. <elasticsearch6_server_timeout>15</elasticsearch6_server_timeout>
  18. <elasticsearch6_minimum_should_match></elasticsearch6_minimum_should_match>
  19. </search>
  20. </catalog>
  21. </default>
  22. </config>