mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 11:40:01 +08:00
organization
This commit is contained in:
parent
cc405b83e2
commit
cad147faf8
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
rpcPort := flag.Int("port", 10100, "get RpcOrganizationPort from cmd,default 10100 as port")
|
rpcPort := flag.Int("port", 11200, "get RpcOrganizationPort from cmd,default 11200 as port")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
fmt.Println("start organization rpc server, port: ", *rpcPort)
|
fmt.Println("start organization rpc server, port: ", *rpcPort)
|
||||||
rpcServer := group.NewGroupServer(*rpcPort)
|
rpcServer := group.NewGroupServer(*rpcPort)
|
||||||
|
@ -122,6 +122,7 @@ rpcport: #rpc服务端口 默认即可
|
|||||||
openImMessageCmsPort: [ 10900 ]
|
openImMessageCmsPort: [ 10900 ]
|
||||||
openImAdminCmsPort: [ 11000 ]
|
openImAdminCmsPort: [ 11000 ]
|
||||||
openImOfficePort: [ 11100 ]
|
openImOfficePort: [ 11100 ]
|
||||||
|
openImOrganizationPort: [ 11200 ]
|
||||||
c2c:
|
c2c:
|
||||||
callbackBeforeSendMsg:
|
callbackBeforeSendMsg:
|
||||||
switch: false
|
switch: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user