From 7b3e884757580873825498cc987e70727a91b88f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 4 Jan 2017 15:39:53 -0600 Subject: [PATCH] Revert "[5.4] Change PUSHER enviroment variable names" --- .env.example | 4 ++-- config/broadcasting.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 251aeb94..d445610b 100644 --- a/.env.example +++ b/.env.example @@ -28,5 +28,5 @@ MAIL_PASSWORD=null MAIL_ENCRYPTION=null PUSHER_APP_ID= -PUSHER_APP_KEY= -PUSHER_APP_SECRET= +PUSHER_KEY= +PUSHER_SECRET= diff --git a/config/broadcasting.php b/config/broadcasting.php index 5eecd2b2..19a59bad 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -32,8 +32,8 @@ 'pusher' => [ 'driver' => 'pusher', - 'key' => env('PUSHER_APP_KEY'), - 'secret' => env('PUSHER_APP_SECRET'), + 'key' => env('PUSHER_KEY'), + 'secret' => env('PUSHER_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ //