mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
team invitation notification with broadcasting
This commit is contained in:
@@ -34,11 +34,11 @@ return [
|
||||
'secret' => env('PUSHER_APP_SECRET'),
|
||||
'app_id' => env('PUSHER_APP_ID'),
|
||||
'options' => [
|
||||
'cluster' => env('PUSHER_APP_CLUSTER'),
|
||||
'cluster' => env('PUSHER_APP_CLUSTER'),
|
||||
'encrypted' => true,
|
||||
'host' => '192.168.1.112',
|
||||
'port' => 6001,
|
||||
'scheme' => 'http'
|
||||
'host' => '192.168.1.112',
|
||||
'port' => 6001,
|
||||
'scheme' => 'http',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user