Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
- <default>
- <catalog>
- <search>
- <engine>elasticsearch7</engine>
- <elasticsearch7_server_hostname>localhost</elasticsearch7_server_hostname>
- <elasticsearch7_server_port>9200</elasticsearch7_server_port>
- <elasticsearch7_index_prefix>magento2</elasticsearch7_index_prefix>
- <elasticsearch7_enable_auth>0</elasticsearch7_enable_auth>
- <elasticsearch7_server_timeout>15</elasticsearch7_server_timeout>
- <elasticsearch7_minimum_should_match/>
- </search>
- </catalog>
- </default>
- </config>
|