vuefilemanager broadcast server enhancements

This commit is contained in:
Čarodej
2022-04-22 08:58:00 +02:00
parent d43efad45e
commit 5e86799a82
9 changed files with 293 additions and 402 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ return [
'encrypted' => true,
'host' => env('PUSHER_APP_HOST'),
'port' => env('PUSHER_APP_PORT'),
'scheme' => env('APP_ENV') === 'local' ? 'http' : 'https',
'scheme' => env('PUSHER_APP_TLS', true) ? 'https' : 'http',
],
],