Skip to content

Commit

Permalink
Add missing broadcasting env values
Browse files Browse the repository at this point in the history
The values for pusher was missing from the broadcasting config file
https://github.com/laravel/laravel/blob/9.x/config/broadcasting.php#L34
  • Loading branch information
olivernybroe authored Mar 10, 2022
1 parent e122aea commit 06b1c2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/envy.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@

// config/broadcasting.php
'ABLY_KEY',
'PUSHER_APP_KEY',
'PUSHER_APP_SECRET',
'PUSHER_APP_ID',
'PUSHER_APP_CLUSTER',

// config/cache.php
'MEMCACHED_PERSISTENT_ID',
Expand Down

0 comments on commit 06b1c2c

Please sign in to comment.