Fix gRPC service name missing

This commit is contained in:
狂男风
2021-06-25 01:37:25 +08:00
committed by GitHub
parent aa0971dee8
commit 0dc279102f

View File

@@ -59,7 +59,10 @@
},
"streamSettings": {
"network": "gun",
"security": "none"
"security": "none",
"grpcSettings": {
"serviceName": "path/to/gRPC", // gRPC 服务名称
}
}
}
],