CrazyIter hace 5 años
padre
commit
b29d944ba1

+ 1 - 1
TEAMModelOS.GRPC/appsettings.Development.json

@@ -8,7 +8,7 @@
       "Microsoft.Hosting.Lifetime": "Information"
     }
   },
-  "urls": "https://[*]:5001",
+  "urls": "https://*:5001",
   "GrpcServer": {
     //用于grpc启动后注册到服务发现的ip地址段
     "ServiceAddress": "192.168.*.*:",

+ 1 - 1
TEAMModelOS.GRPC/appsettings.json

@@ -6,7 +6,7 @@
       "Microsoft.Hosting.Lifetime": "Information"
     }
   },
-  "urls": "https://[*]:5001",
+  "urls": "https://*:5001",
   "GrpcServer": {
     //用于grpc启动后注册到服务发现的ip地址段
     "ServiceAddress": "192.168.*.*:",