pusher host setup

This commit is contained in:
Čarodej
2022-03-11 08:58:54 +01:00
parent 28d99cce78
commit da27c47d7a
3 changed files with 73 additions and 73 deletions

View File

@@ -38,7 +38,7 @@ return [
'encrypted' => true,
'host' => env('PUSHER_APP_HOST'),
'port' => 6001,
'scheme' => 'http',
'scheme' => env('APP_ENV') === 'local' ? 'http' : 'https',
],
],