Skip to content

Commit 52101b0

Browse files
authored
ENGCOM-8482: Update Api functional test install-config-mysql file template #30995
2 parents 35b4cf5 + 64c3f86 commit 52101b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/api-functional/config/install-config-mysql.php.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ return [
2727
'sales-order-increment-prefix' => time(),
2828
'session-save' => 'db',
2929
'cleanup-database' => true,
30+
'search-engine' => 'elasticsearch7',
31+
'elasticsearch-host' => 'localhost',
32+
'elasticsearch-port' => 9200,
3033
];

0 commit comments

Comments
 (0)