mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
pusher host setup
This commit is contained in:
@@ -38,7 +38,7 @@ return [
|
||||
'encrypted' => true,
|
||||
'host' => env('PUSHER_APP_HOST'),
|
||||
'port' => 6001,
|
||||
'scheme' => 'http',
|
||||
'scheme' => env('APP_ENV') === 'local' ? 'http' : 'https',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user