Revert "[5.4] Change PUSHER enviroment variable names"

This commit is contained in:
Taylor Otwell 2017-01-04 15:39:53 -06:00 committed by GitHub
parent 251140ef8b
commit 7b3e884757
2 changed files with 4 additions and 4 deletions

View File

@ -28,5 +28,5 @@ MAIL_PASSWORD=null
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
PUSHER_APP_ID= PUSHER_APP_ID=
PUSHER_APP_KEY= PUSHER_KEY=
PUSHER_APP_SECRET= PUSHER_SECRET=

View File

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