|
|
@ -56,6 +56,9 @@ openim-rpc-user:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config:
|
|
|
|
config:
|
|
|
|
envs:
|
|
|
|
envs:
|
|
|
|
discovery: k8s
|
|
|
|
discovery: k8s
|
|
|
@ -193,28 +196,28 @@ config:
|
|
|
|
# For launching multiple programs, just fill in multiple ports separated by commas
|
|
|
|
# For launching multiple programs, just fill in multiple ports separated by commas
|
|
|
|
# For example, [10110, 10111]
|
|
|
|
# For example, [10110, 10111]
|
|
|
|
rpcPort:
|
|
|
|
rpcPort:
|
|
|
|
openImUserPort: [ 10110 ]
|
|
|
|
openImUserPort: [ 80 ]
|
|
|
|
openImFriendPort: [ 10120 ]
|
|
|
|
openImFriendPort: [ 80 ]
|
|
|
|
openImMessagePort: [ 10130 ]
|
|
|
|
openImMessagePort: [ 80 ]
|
|
|
|
openImMessageGatewayPort: [ 10140 ]
|
|
|
|
openImMessageGatewayPort: [ 88 ]
|
|
|
|
openImGroupPort: [ 10150 ]
|
|
|
|
openImGroupPort: [ 80 ]
|
|
|
|
openImAuthPort: [ 10160 ]
|
|
|
|
openImAuthPort: [ 80 ]
|
|
|
|
openImPushPort: [ 10170 ]
|
|
|
|
openImPushPort: [ 80 ]
|
|
|
|
openImConversationPort: [ 10180 ]
|
|
|
|
openImConversationPort: [ 80 ]
|
|
|
|
openImThirdPort: [ 10190 ]
|
|
|
|
openImThirdPort: [ 80 ]
|
|
|
|
|
|
|
|
|
|
|
|
###################### RPC Register Name Configuration ######################
|
|
|
|
###################### RPC Register Name Configuration ######################
|
|
|
|
# RPC service names for registration, it's not recommended to modify these
|
|
|
|
# RPC service names for registration, it's not recommended to modify these
|
|
|
|
rpcRegisterName:
|
|
|
|
rpcRegisterName:
|
|
|
|
openImUserName: Rpc-User
|
|
|
|
openImUserName: openimserver-openim-rpc-user
|
|
|
|
openImFriendName: Rpc-Friend
|
|
|
|
openImFriendName: openimserver-openim-rpc-friend
|
|
|
|
openImMsgName: Rpc-Msg
|
|
|
|
openImMsgName: openimserver-openim-rpc-msg
|
|
|
|
openImPushName: Rpc-Push
|
|
|
|
openImPushName: openimserver-openim-push
|
|
|
|
openImMessageGatewayName: Rpc-MessageGateway
|
|
|
|
openImMessageGatewayName: openimserver-openim-msggateway:88
|
|
|
|
openImGroupName: Rpc-Group
|
|
|
|
openImGroupName: openimserver-openim-rpc-group
|
|
|
|
openImAuthName: Rpc-Auth
|
|
|
|
openImAuthName: openimserver-openim-rpc-auth
|
|
|
|
openImConversationName: Rpc-Conversation
|
|
|
|
openImConversationName: openimserver-openim-rpc-conversation
|
|
|
|
openImThirdName: Rpc-Third
|
|
|
|
openImThirdName: openimserver-openim-rpc-third
|
|
|
|
|
|
|
|
|
|
|
|
###################### Log Configuration ######################
|
|
|
|
###################### Log Configuration ######################
|
|
|
|
# Log configuration
|
|
|
|
# Log configuration
|
|
|
@ -243,8 +246,8 @@ config:
|
|
|
|
# Maximum length of websocket request package
|
|
|
|
# Maximum length of websocket request package
|
|
|
|
# Websocket connection handshake timeout
|
|
|
|
# Websocket connection handshake timeout
|
|
|
|
longConnSvr:
|
|
|
|
longConnSvr:
|
|
|
|
openImWsPort: [ 10001 ]
|
|
|
|
openImWsPort: [ 80 ]
|
|
|
|
openImMessageGatewayPort: [ 10140 ]
|
|
|
|
openImMessageGatewayPort: [ 88 ]
|
|
|
|
websocketMaxConnNum: 100000
|
|
|
|
websocketMaxConnNum: 100000
|
|
|
|
websocketMaxMsgLen: 4096
|
|
|
|
websocketMaxMsgLen: 4096
|
|
|
|
websocketTimeout: 10
|
|
|
|
websocketTimeout: 10
|
|
|
|