Merge pull request #4093 from TheoKouzelis/fix/pusher-config

[5.4] Change PUSHER enviroment variable names
This commit is contained in:
Taylor Otwell
2017-01-04 07:48:56 -06:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -32,8 +32,8 @@ return [
'pusher' => [
'driver' => 'pusher',
'key' => env('PUSHER_KEY'),
'secret' => env('PUSHER_SECRET'),
'key' => env('PUSHER_APP_KEY'),
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
//