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.
1 parent bb049ca commit 0e0da7aCopy full SHA for 0e0da7a
tests/RabbitMQConnectorSSLTest.php
@@ -35,7 +35,7 @@ public function test_connect()
35
'auto_delete' => false,
36
],
37
'ssl_params' => [
38
- 'cafile' => getenv('SSL_CAFILE')
+ 'cafile' => getenv('RABBITMQ_SSL_CAFILE')
39
]
40
];
41
0 commit comments