mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
add ably entry
This commit is contained in:
parent
e8498122a2
commit
5182e9c6de
@ -41,6 +41,11 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'ably' => [
|
||||
'driver' => 'ably',
|
||||
'key' => env('ABLY_KEY'),
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
|
Loading…
x
Reference in New Issue
Block a user