Skip to content

Commit a43c9fb

Browse files
authored
Update README.md
1 parent 980a386 commit a43c9fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ You may create a file called `app_queue.php` inside your `config` folder (NOT th
6969
```php
7070
$config['Queue']['cleanuptimeout'] = 2592000; // 30 days
7171
```
72+
73+
- Use a different connection:
74+
75+
```php
76+
$config['Queue']['connection'] = 'custom'; // Defaults to 'default'
77+
```
7278

7379
Don't forget to load that config file with `Configure::load('app_queue');` in your bootstrap.
7480
You can also use `Plugin::load('Queue', ['bootstrap' => true]);` which will load your `app_queue.php` config file automatically.

0 commit comments

Comments
 (0)