config.xml 802 B

1234567891011121314151617181920
  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. <elasticsearch6_server_hostname>localhost</elasticsearch6_server_hostname>
  13. <elasticsearch6_server_port>9200</elasticsearch6_server_port>
  14. <elasticsearch6_index_prefix>magento2</elasticsearch6_index_prefix>
  15. <elasticsearch6_enable_auth>0</elasticsearch6_enable_auth>
  16. <elasticsearch6_server_timeout>15</elasticsearch6_server_timeout>
  17. </search>
  18. </catalog>
  19. </default>
  20. </config>