Skip to content

Commit ad0611b

Browse files
committed
docs: update README with RABBITMQ_SECURE env variable example
1 parent 96233d8 commit ad0611b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Add connection to config/queue.php:
5050
'lazy' => env('RABBITMQ_LAZY_CONNECTION', true),
5151
'keepalive' => env('RABBITMQ_KEEPALIVE_CONNECTION', false),
5252
'heartbeat' => env('RABBITMQ_HEARTBEAT_CONNECTION', 0),
53+
'secure' => env('RABBITMQ_SECURE', false),
5354
],
5455

5556
'options' => [

0 commit comments

Comments
 (0)