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 35b4cf5 + 64c3f86 commit 52101b0Copy full SHA for 52101b0
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