@ -14,11 +14,11 @@ data:
password : ''
password : ''
rpcService:
rpcService:
messageGateway : messageGateway-rpc-service
user : user-rpc-service
user : user-rpc-service
friend : friend-rpc-service
friend : friend-rpc-service
msg : msg-rpc-service
msg : msg-rpc-service
push : push-rpc-service
push : push-rpc-service
messageGateway : messageGateway-rpc-service
group : group-rpc-service
group : group-rpc-service
auth : auth-rpc-service
auth : auth-rpc-service
conversation : conversation-rpc-service
conversation : conversation-rpc-service
@ -172,11 +172,12 @@ data:
listenIP : 0.0 .0 .0
listenIP : 0.0 .0 .0
# autoSetPorts indicates whether to automatically set the ports
# autoSetPorts indicates whether to automatically set the ports
# if you use in kubernetes, set it to false
# if you use in kubernetes, set it to false
autoSetPorts : tru e
autoSetPorts : fals e
# List of ports that the RPC service listens on; configuring multiple ports will launch multiple instances. These must match the number of configured prometheus ports
# List of ports that the RPC service listens on; configuring multiple ports will launch multiple instances. These must match the number of configured prometheus ports
# It will only take effect when autoSetPorts is set to false.
# It will only take effect when autoSetPorts is set to false.
ports : [ 10170 ]
ports : [ 10170 ]
prometheus:
prometheus:
# Enable or disable Prometheus monitoring
# Enable or disable Prometheus monitoring
enable : true
enable : true
@ -185,7 +186,7 @@ data:
maxConcurrentWorkers : 3
maxConcurrentWorkers : 3
#Use geTui for offline push notifications, or choose fcm or jpns; corresponding configuration settings must be specified.
#Use geTui for offline push notifications, or choose fcm or jpns; corresponding configuration settings must be specified.
enable : geTui
enable:
geTui:
geTui:
pushUrl : https://restapi.getui.com/v2/$appId
pushUrl : https://restapi.getui.com/v2/$appId
masterSecret:
masterSecret:
@ -197,7 +198,7 @@ data:
# Prioritize using file paths. If the file path is empty, use URL
# Prioritize using file paths. If the file path is empty, use URL
filePath : # File path is concatenated with the parameters passed in through - c(`mage` default pass in `config/`) and filePath.
filePath : # File path is concatenated with the parameters passed in through - c(`mage` default pass in `config/`) and filePath.
authURL : # Must start with https or http.
authURL : # Must start with https or http.
jpns :
jpush :
appKey:
appKey:
masterSecret:
masterSecret:
pushURL:
pushURL:
@ -245,7 +246,7 @@ data:
autoSetPorts : false
autoSetPorts : false
# List of ports that the RPC service listens on; configuring multiple ports will launch multiple instances. These must match the number of configured prometheus ports
# List of ports that the RPC service listens on; configuring multiple ports will launch multiple instances. These must match the number of configured prometheus ports
# It will only take effect when autoSetPorts is set to false.
# It will only take effect when autoSetPorts is set to false.
ports : [ 102 0 0 ]
ports : [ 102 2 0 ]
prometheus:
prometheus:
# Enable or disable Prometheus monitoring
# Enable or disable Prometheus monitoring
@ -449,330 +450,330 @@ data:
# Flag to enable or disable public read access to the bucket
# Flag to enable or disable public read access to the bucket
publicRead : "false"
publicRead : "false"
# notification.yml: |
notification.yml : |
# groupCreated:
groupCreated:
# isSendMsg: true
isSendMsg : true
# # Reliability level of the message sending.
# Reliability level of the message sending.
# # Set to 1 to send only when online, 2 for guaranteed delivery.
# Set to 1 to send only when online, 2 for guaranteed delivery.
# reliabilityLevel: 1
reliabilityLevel : 1
# # This setting is effective only when 'isSendMsg' is true.
# This setting is effective only when 'isSendMsg' is true.
# # It controls whether to count unread messages.
# It controls whether to count unread messages.
# unreadCount: false
unreadCount : false
# # Configuration for offline push notifications.
# Configuration for offline push notifications.
# offlinePush:
offlinePush:
# # Enables or disables offline push notifications.
# Enables or disables offline push notifications.
# enable: false
enable : false
# # Title for the notification when a group is created.
# Title for the notification when a group is created.
# title: create group title
title : create group title
# # Description for the notification.
# Description for the notification.
# desc: create group desc
desc : create group desc
# # Additional information for the notification.
# Additional information for the notification.
# ext: create group ext
ext : create group ext
# groupInfoSet:
groupInfoSet:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupInfoSet title
title : groupInfoSet title
# desc: groupInfoSet desc
desc : groupInfoSet desc
# ext: groupInfoSet ext
ext : groupInfoSet ext
# joinGroupApplication:
joinGroupApplication:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: joinGroupApplication title
title : joinGroupApplication title
# desc: joinGroupApplication desc
desc : joinGroupApplication desc
# ext: joinGroupApplication ext
ext : joinGroupApplication ext
# memberQuit:
memberQuit:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: memberQuit title
title : memberQuit title
# desc: memberQuit desc
desc : memberQuit desc
# ext: memberQuit ext
ext : memberQuit ext
# groupApplicationAccepted:
groupApplicationAccepted:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupApplicationAccepted title
title : groupApplicationAccepted title
# desc: groupApplicationAccepted desc
desc : groupApplicationAccepted desc
# ext: groupApplicationAccepted ext
ext : groupApplicationAccepted ext
# groupApplicationRejected:
groupApplicationRejected:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupApplicationRejected title
title : groupApplicationRejected title
# desc: groupApplicationRejected desc
desc : groupApplicationRejected desc
# ext: groupApplicationRejected ext
ext : groupApplicationRejected ext
# groupOwnerTransferred:
groupOwnerTransferred:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupOwnerTransferred title
title : groupOwnerTransferred title
# desc: groupOwnerTransferred desc
desc : groupOwnerTransferred desc
# ext: groupOwnerTransferred ext
ext : groupOwnerTransferred ext
# memberKicked:
memberKicked:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: memberKicked title
title : memberKicked title
# desc: memberKicked desc
desc : memberKicked desc
# ext: memberKicked ext
ext : memberKicked ext
# memberInvited:
memberInvited:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: memberInvited title
title : memberInvited title
# desc: memberInvited desc
desc : memberInvited desc
# ext: memberInvited ext
ext : memberInvited ext
# memberEnter:
memberEnter:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: memberEnter title
title : memberEnter title
# desc: memberEnter desc
desc : memberEnter desc
# ext: memberEnter ext
ext : memberEnter ext
# groupDismissed:
groupDismissed:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupDismissed title
title : groupDismissed title
# desc: groupDismissed desc
desc : groupDismissed desc
# ext: groupDismissed ext
ext : groupDismissed ext
# groupMuted:
groupMuted:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupMuted title
title : groupMuted title
# desc: groupMuted desc
desc : groupMuted desc
# ext: groupMuted ext
ext : groupMuted ext
# groupCancelMuted:
groupCancelMuted:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupCancelMuted title
title : groupCancelMuted title
# desc: groupCancelMuted desc
desc : groupCancelMuted desc
# ext: groupCancelMuted ext
ext : groupCancelMuted ext
# defaultTips:
defaultTips:
# tips: group Cancel Muted
tips : group Cancel Muted
# groupMemberMuted:
groupMemberMuted:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupMemberMuted title
title : groupMemberMuted title
# desc: groupMemberMuted desc
desc : groupMemberMuted desc
# ext: groupMemberMuted ext
ext : groupMemberMuted ext
# groupMemberCancelMuted:
groupMemberCancelMuted:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupMemberCancelMuted title
title : groupMemberCancelMuted title
# desc: groupMemberCancelMuted desc
desc : groupMemberCancelMuted desc
# ext: groupMemberCancelMuted ext
ext : groupMemberCancelMuted ext
# groupMemberInfoSet:
groupMemberInfoSet:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupMemberInfoSet title
title : groupMemberInfoSet title
# desc: groupMemberInfoSet desc
desc : groupMemberInfoSet desc
# ext: groupMemberInfoSet ext
ext : groupMemberInfoSet ext
# groupInfoSetAnnouncement:
groupInfoSetAnnouncement:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupInfoSetAnnouncement title
title : groupInfoSetAnnouncement title
# desc: groupInfoSetAnnouncement desc
desc : groupInfoSetAnnouncement desc
# ext: groupInfoSetAnnouncement ext
ext : groupInfoSetAnnouncement ext
# groupInfoSetName:
groupInfoSetName:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: groupInfoSetName title
title : groupInfoSetName title
# desc: groupInfoSetName desc
desc : groupInfoSetName desc
# ext: groupInfoSetName ext
ext : groupInfoSetName ext
# #############################friend#################################
#############################friend#################################
# friendApplicationAdded:
friendApplicationAdded:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: Somebody applies to add you as a friend
title : Somebody applies to add you as a friend
# desc: Somebody applies to add you as a friend
desc : Somebody applies to add you as a friend
# ext: Somebody applies to add you as a friend
ext : Somebody applies to add you as a friend
# friendApplicationApproved:
friendApplicationApproved:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: Someone applies to add your friend application
title : Someone applies to add your friend application
# desc: Someone applies to add your friend application
desc : Someone applies to add your friend application
# ext: Someone applies to add your friend application
ext : Someone applies to add your friend application
# friendApplicationRejected:
friendApplicationRejected:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: Someone rejected your friend application
title : Someone rejected your friend application
# desc: Someone rejected your friend application
desc : Someone rejected your friend application
# ext: Someone rejected your friend application
ext : Someone rejected your friend application
# friendAdded:
friendAdded:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: We have become friends
title : We have become friends
# desc: We have become friends
desc : We have become friends
# ext: We have become friends
ext : We have become friends
# friendDeleted:
friendDeleted:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: deleted a friend
title : deleted a friend
# desc: deleted a friend
desc : deleted a friend
# ext: deleted a friend
ext : deleted a friend
# friendRemarkSet:
friendRemarkSet:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: Your friend's profile has been changed
title : Your friend's profile has been changed
# desc: Your friend's profile has been changed
desc : Your friend's profile has been changed
# ext: Your friend's profile has been changed
ext : Your friend's profile has been changed
# blackAdded:
blackAdded:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: blocked a user
title : blocked a user
# desc: blocked a user
desc : blocked a user
# ext: blocked a user
ext : blocked a user
# blackDeleted:
blackDeleted:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: Remove a blocked user
title : Remove a blocked user
# desc: Remove a blocked user
desc : Remove a blocked user
# ext: Remove a blocked user
ext : Remove a blocked user
# friendInfoUpdated:
friendInfoUpdated:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: friend info updated
title : friend info updated
# desc: friend info updated
desc : friend info updated
# ext: friend info updated
ext : friend info updated
# #####################user#########################
#####################user#########################
# userInfoUpdated:
userInfoUpdated:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: userInfo updated
title : userInfo updated
# desc: userInfo updated
desc : userInfo updated
# ext: userInfo updated
ext : userInfo updated
# userStatusChanged:
userStatusChanged:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: false
enable : false
# title: user status changed
title : user status changed
# desc: user status changed
desc : user status changed
# ext: user status changed
ext : user status changed
# #####################conversation#########################
#####################conversation#########################
# conversationChanged:
conversationChanged:
# isSendMsg: false
isSendMsg : false
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: conversation changed
title : conversation changed
# desc: conversation changed
desc : conversation changed
# ext: conversation changed
ext : conversation changed
# conversationSetPrivate:
conversationSetPrivate:
# isSendMsg: true
isSendMsg : true
# reliabilityLevel: 1
reliabilityLevel : 1
# unreadCount: false
unreadCount : false
# offlinePush:
offlinePush:
# enable: true
enable : true
# title: burn after reading
title : burn after reading
# desc: burn after reading
desc : burn after reading
# ext: burn after reading
ext : burn after reading
prometheus.yml : |
prometheus.yml : |
# my global config
# my global config