mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-23 21:39:22 +08:00
config
This commit is contained in:
parent
45c43888e7
commit
e90d8a87ee
@ -173,6 +173,8 @@ messagecallback:
|
|||||||
callbackUrl: "http://www.xxx.com/msg/judge"
|
callbackUrl: "http://www.xxx.com/msg/judge"
|
||||||
#TimeOut use second as unit
|
#TimeOut use second as unit
|
||||||
callbackTimeOut: 10
|
callbackTimeOut: 10
|
||||||
|
messagejudge:
|
||||||
|
isJudgeFriend: true
|
||||||
# c2c:
|
# c2c:
|
||||||
# callbackBeforeSendMsg:
|
# callbackBeforeSendMsg:
|
||||||
# switch: false
|
# switch: false
|
||||||
|
@ -162,6 +162,9 @@ type config struct {
|
|||||||
CallbackUrl string `yaml:"callbackUrl"`
|
CallbackUrl string `yaml:"callbackUrl"`
|
||||||
CallBackTimeOut int `yaml:"callbackTimeOut"`
|
CallBackTimeOut int `yaml:"callbackTimeOut"`
|
||||||
}
|
}
|
||||||
|
MessageJudge struct {
|
||||||
|
IsJudgeFriend bool `yaml:"isJudgeFriend"`
|
||||||
|
}
|
||||||
IOSPush struct {
|
IOSPush struct {
|
||||||
PushSound string `yaml:"pushSound"`
|
PushSound string `yaml:"pushSound"`
|
||||||
BadgeCount bool `yaml:"badgeCount"`
|
BadgeCount bool `yaml:"badgeCount"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user