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 e88d5bd + 876689b commit 64c3f86Copy full SHA for 64c3f86
dev/tests/api-functional/config/install-config-mysql.php.dist
@@ -27,4 +27,7 @@ return [
27
'sales-order-increment-prefix' => time(),
28
'session-save' => 'db',
29
'cleanup-database' => true,
30
+ 'search-engine' => 'elasticsearch7',
31
+ 'elasticsearch-host' => 'localhost',
32
+ 'elasticsearch-port' => 9200,
33
];
0 commit comments