This commit is contained in:
Gordon 2022-04-24 11:53:50 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 102feb0e57
commit 830784463c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
)
func main() {
rpcPort := flag.Int("port", 11300, "RpcConversation default listen port 11300")
rpcPort := flag.Int("port", 11400, "RpcConversation default listen port 11300")
flag.Parse()
fmt.Println("start conversation rpc server, port: ", *rpcPort)
rpcServer := rpcConversation.NewRpcConversationServer(*rpcPort)

View File

@ -123,7 +123,7 @@ rpcport: #rpc服务端口 默认即可
openImAdminCmsPort: [ 11000 ]
openImOfficePort: [ 11100 ]
openImOrganizationPort: [ 11200 ]
openImConversationPort: [ 11300 ]
openImConversationPort: [ 11400 ]
c2c:
callbackBeforeSendMsg:
switch: false