Parcourir la source

Merge pull request #1697 from visuddhinanda/laravel

修改tulip 用了lily 的bug
visuddhinanda il y a 2 ans
Parent
commit
0a49477252
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      config/mint.php

+ 2 - 2
config/mint.php

@@ -28,8 +28,8 @@ return [
             ],
 
             'tulip' => [
-                'host' => env('LILY_GRPC_HOST', "localhost"),
-                'port' => env('LILY_GRPC_PORT', 9990),
+                'host' => env('TULIP_GRPC_HOST', "localhost"),
+                'port' => env('TULIP_GRPC_PORT', 9990),
             ],
         ],