diff --git a/config/config.yaml b/config/config.yaml index b9032d67b..4de6d95e8 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -312,7 +312,7 @@ iosPush: # Timeout in seconds # Whether to continue execution if callback fails callback: - url: "http://192.168.62.1:8080/sdkName" + url: beforeSendSingleMsg: enable: false timeout: 5 diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 44a28adff..2dc0b676e 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -312,7 +312,7 @@ iosPush: # Timeout in seconds # Whether to continue execution if callback fails callback: - url: + url: "http://192.168.62.1:8080/sdkName" beforeSendSingleMsg: enable: false timeout: 5 @@ -367,7 +367,11 @@ callback: beforeMemberJoinGroup: enable: false timeout: 5 - failedContinue: true + failedContinue: false + afterCreateGroup: + enable: false + timeout: 5 + failedContinue: false beforeSetGroupMemberInfo: enable: false timeout: 5