Browse Source

内部使用oa后台

gogs 9 months ago
parent
commit
227a007d70
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/websockets.php

+ 2 - 2
config/websockets.php

@@ -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