Browse Source

[5.4] Change PUSHER enviroment variable names

Theo Kouzelis 7 years ago
parent
commit
1a5f5c6159
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .env.example
  2. 2 2
      config/broadcasting.php

+ 2 - 2
.env.example

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

+ 2 - 2
config/broadcasting.php

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