Forráskód Böngészése

修改tulip 用了lily 的bug

visuddhinanda 2 éve
szülő
commit
7f800e2a17
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      config/mint.php

+ 2 - 2
config/mint.php

@@ -28,8 +28,8 @@ return [
             ],
             ],
 
 
             'tulip' => [
             '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),
             ],
             ],
         ],
         ],