Skip to content

Commit 3f2ed24

Browse files
Update docs
1 parent c75cd1d commit 3f2ed24

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

config/actions.php

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,27 @@
6969
*/
7070

7171
'queue' => [
72-
// Connection name
72+
73+
/*
74+
|--------------------------------------------------------------------------
75+
| Queue Connection
76+
|--------------------------------------------------------------------------
77+
|
78+
| This parameter defines the default connection.
79+
|
80+
*/
7381

7482
'connection' => env('ACTIONS_QUEUE_CONNECTION', env('QUEUE_CONNECTION', 'sync')),
7583

76-
// Queue name
84+
/*
85+
|--------------------------------------------------------------------------
86+
| Queue Name
87+
|--------------------------------------------------------------------------
88+
|
89+
| This parameter specifies the name of the queue to which asynchronous
90+
| jobs will be sent.
91+
|
92+
*/
7793

7894
'name' => env('ACTIONS_QUEUE_NAME'),
7995
],

0 commit comments

Comments
 (0)