Skip to content

Commit f2e08ea

Browse files
committed
MCP-826: Use RabbitMQ for all consumers if AMQP is set in deployment config
- Cancel db as a default connection for web api tests;
1 parent 77ecaec commit f2e08ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/api-functional/config/post-install-setup-command-config.php.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ return [
1212
'config' => [
1313
'--remote-storage-driver' => 'aws-s3',
1414
'--remote-storage-bucket' => 'myBucket',
15-
'--remote-storage-region' => 'us-east-1',
16-
'--default-connection' => 'db'
15+
'--remote-storage-region' => 'us-east-1'
1716
]
1817
]
1918
*/

0 commit comments

Comments
 (0)