Browse Source

add GRPC_WEB_SERVER

visuddhinanda 2 years ago
parent
commit
5109974c94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/mint.php

+ 1 - 0
config/mint.php

@@ -15,6 +15,7 @@ return [
 
     'server' => [
         'rpc' => [
+            'grpc' => env('GRPC_WEB_SERVER', "localhost:9999"),
 
             'morus' => env('MORUS_RPC_SERVER', "localhost:9999"),