Skip to content

Commit 64c3f86

Browse files
ENGCOM-8482: Update Api functional test install-config-mysql file template #30995
- Merge Pull Request #30995 from dani97/magento2:patch-1 - Merged commits: 1. 0b1b795 2. 876689b
2 parents e88d5bd + 876689b commit 64c3f86

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)