mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
tag
This commit is contained in:
parent
dc1a0f050e
commit
13c29d2c1e
@ -26,10 +26,10 @@ type officeServer struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewOfficeServer(port int) *officeServer {
|
func NewOfficeServer(port int) *officeServer {
|
||||||
log.NewPrivateLog("officeServer")
|
log.NewPrivateLog("office")
|
||||||
return &officeServer{
|
return &officeServer{
|
||||||
rpcPort: port,
|
rpcPort: port,
|
||||||
rpcRegisterName: config.Config.RpcRegisterName.OpenImMessageCMSName,
|
rpcRegisterName: config.Config.RpcRegisterName.OpenImOfficeName,
|
||||||
etcdSchema: config.Config.Etcd.EtcdSchema,
|
etcdSchema: config.Config.Etcd.EtcdSchema,
|
||||||
etcdAddr: config.Config.Etcd.EtcdAddr,
|
etcdAddr: config.Config.Etcd.EtcdAddr,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user