Parcourir la source

ws addr added

Alexander Musikhin il y a 8 mois
Parent
commit
62cb8ad723
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      .env.example
  2. 1 1
      config/app.php

+ 1 - 0
.env.example

@@ -8,6 +8,7 @@ WEB_PORT=8090
 # external port of DB for connect by other soft
 DB_EXT_PORT=3306
 WS_PORT=3090
+WS_ADDR=ws
 WS_DEBUG_PORT=9229
 MINIO_DEBUG_PORT=39757
 

+ 1 - 1
config/app.php

@@ -54,7 +54,7 @@ return [
 
     'url' => env('APP_URL', 'http://localhost'),
     'addr' => env('APP_ADDR', 'http://localhost'),
-    'ws_addr' => env('WS_ADDR', '3000'),
+    'ws_addr' => env('WS_ADDR', 'ws'),
 
     /*
     |--------------------------------------------------------------------------