소스 검색

Merge pull request #1697 from visuddhinanda/laravel

修改tulip 用了lily 的bug
visuddhinanda 2 년 전
부모
커밋
0a49477252
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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),
             ],
         ],