organization

This commit is contained in:
skiffer-git
2022-04-16 20:56:28 +08:00
parent 300b72b9b8
commit af5ee45206
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func NewGroupServer(port int) *organizationServer {
log.NewPrivateLog(constant.LogFileName)
return &organizationServer{
rpcPort: port,
rpcRegisterName: config.Config.RpcRegisterName.OpenImGroupName,
rpcRegisterName: config.Config.RpcRegisterName.OpenImOrganizationName,
etcdSchema: config.Config.Etcd.EtcdSchema,
etcdAddr: config.Config.Etcd.EtcdAddr,
}