We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ff2ca + fe65f0d commit 60b6028Copy full SHA for 60b6028
dev/tests/integration/etc/install-config-mysql.php.dist
@@ -11,6 +11,9 @@ return [
11
'db-name' => 'magento_integration_tests',
12
'db-prefix' => '',
13
'backend-frontname' => 'backend',
14
+ 'search-engine' => 'elasticsearch7',
15
+ 'elasticsearch-host' => 'localhost',
16
+ 'elasticsearch-port' => 9200,
17
'admin-user' => \Magento\TestFramework\Bootstrap::ADMIN_NAME,
18
'admin-password' => \Magento\TestFramework\Bootstrap::ADMIN_PASSWORD,
19
'admin-email' => \Magento\TestFramework\Bootstrap::ADMIN_EMAIL,
0 commit comments