mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
config
This commit is contained in:
parent
102feb0e57
commit
830784463c
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
rpcPort := flag.Int("port", 11300, "RpcConversation default listen port 11300")
|
rpcPort := flag.Int("port", 11400, "RpcConversation default listen port 11300")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
fmt.Println("start conversation rpc server, port: ", *rpcPort)
|
fmt.Println("start conversation rpc server, port: ", *rpcPort)
|
||||||
rpcServer := rpcConversation.NewRpcConversationServer(*rpcPort)
|
rpcServer := rpcConversation.NewRpcConversationServer(*rpcPort)
|
||||||
|
@ -123,7 +123,7 @@ rpcport: #rpc服务端口 默认即可
|
|||||||
openImAdminCmsPort: [ 11000 ]
|
openImAdminCmsPort: [ 11000 ]
|
||||||
openImOfficePort: [ 11100 ]
|
openImOfficePort: [ 11100 ]
|
||||||
openImOrganizationPort: [ 11200 ]
|
openImOrganizationPort: [ 11200 ]
|
||||||
openImConversationPort: [ 11300 ]
|
openImConversationPort: [ 11400 ]
|
||||||
c2c:
|
c2c:
|
||||||
callbackBeforeSendMsg:
|
callbackBeforeSendMsg:
|
||||||
switch: false
|
switch: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user