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' => [ //