Skip to content

Commit c8fdb42

Browse files
committed
B2B-2155: Use Redis as message queue
- remove setting queue-default-connection to db
1 parent 6c6cda3 commit c8fdb42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/etc/post-install-setup-command-config.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
// List of bin/magento setup CLI commands to run after setup:install
88
return [
9+
/*
910
[
1011
'command' => 'setup:config:set',
1112
'config' => [
1213
'--queue-default-connection' => 'db'
13-
/*
1414
'--remote-storage-driver' => 'aws-s3',
1515
'--remote-storage-bucket' => 'myBucket',
1616
'--remote-storage-region' => 'us-east-1'
17-
*/
1817
]
1918
]
19+
*/
2020
];

0 commit comments

Comments
 (0)