소스 검색

Remove elastic search from 2.3 template

Piotr Kwiecinski 4 년 전
부모
커밋
7b7707d56b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      compose/template/dev/tests/integration/etc/install-config-mysql.php.2.3.dist

+ 0 - 2
compose/template/dev/tests/integration/etc/install-config-mysql.php.2.3.dist

@@ -10,8 +10,6 @@ return [
     'db-name' => 'magento_integration_tests',
     'db-prefix' => '',
     'backend-frontname' => 'backend',
-    'search-engine' => 'elasticsearch7',
-    'elasticsearch-host' => 'elasticsearch',
     'admin-user' => \Magento\TestFramework\Bootstrap::ADMIN_NAME,
     'admin-password' => \Magento\TestFramework\Bootstrap::ADMIN_PASSWORD,
     'admin-email' => \Magento\TestFramework\Bootstrap::ADMIN_EMAIL,