add ably entry

This commit is contained in:
Taylor Otwell 2020-11-17 17:07:32 -06:00
parent e8498122a2
commit 5182e9c6de

View File

@ -41,6 +41,11 @@ return [
],
],
'ably' => [
'driver' => 'ably',
'key' => env('ABLY_KEY'),
],
'redis' => [
'driver' => 'redis',
'connection' => 'default',