소스 검색

内部使用oa后台

gogs 9 달 전
부모
커밋
227a007d70
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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