get grpc conn from config

This commit is contained in:
skiffer-git
2022-08-17 11:35:33 +08:00
parent 723e304ed8
commit cdf09aa1bd
2 changed files with 115 additions and 2 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ kafka:
serverip: 0.0.0.0
#作为rpc时,注册到etcd的地址,单机默认即可,如果是集群部署,需要修改(具体使用内网地址还是外网地址,要依情况而定,目的是api/gateway能访问到)
rpcRegisterIP: 127.0.0.1
rpcRegisterIP:
#默认即可
listenIP: 0.0.0.0
@@ -149,7 +149,7 @@ rpcport: #rpc服务端口 默认即可
openImOfficePort: [ 10210 ]
openImOrganizationPort: [ 10220 ]
openImConversationPort: [ 10230 ]
openImCachePort: [10240]
openImCachePort: [ 10240 ]
c2c:
callbackBeforeSendMsg:
switch: false