|
@@ -27,7 +27,7 @@ return [
|
|
|
'name' => env('APP_NAME'),
|
|
|
'key' => env('PUSHER_APP_KEY'),
|
|
|
'secret' => env('PUSHER_APP_SECRET'),
|
|
|
- 'path' => env('PUSHER_APP_PATH','ws'),
|
|
|
+ 'path' => 'ws',
|
|
|
'capacity' => null,
|
|
|
'enable_client_messages' => false,
|
|
|
'enable_statistics' => true,
|
|
@@ -59,7 +59,7 @@ return [
|
|
|
/*
|
|
|
* This path will be used to register the necessary routes for the package.
|
|
|
*/
|
|
|
- 'path' => 'laravel-websockets',
|
|
|
+ 'path' => 'ws',
|
|
|
|
|
|
/*
|
|
|
* Dashboard Routes Middleware
|