From 8cbd4626595416b1c7eda35d16a00f60939cb4b8 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Tue, 9 Jan 2024 17:15:16 +0800 Subject: [PATCH] upadtae callback test --- deployments/templates/openim.yaml | 2 +- scripts/install/environment.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 2ad35a974..110c5c646 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -315,7 +315,7 @@ iosPush: # Timeout in seconds # Whether to continue execution if callback fails callback: - url: "" + url: "http://14.29.168.56:18889/sdkName" beforeSendSingleMsg: enable: ${CALLBACK_ENABLE} timeout: ${CALLBACK_TIMEOUT} diff --git a/scripts/install/environment.sh b/scripts/install/environment.sh index 22a0996fc..6021b7d48 100755 --- a/scripts/install/environment.sh +++ b/scripts/install/environment.sh @@ -372,7 +372,7 @@ def "IOS_PUSH_SOUND" "xxx" # IOS推送声音 def "IOS_BADGE_COUNT" "true" # IOS徽章计数 def "IOS_PRODUCTION" "false" # IOS生产 # callback 配置 -def "CALLBACK_ENABLE" "false" # 是否开启 Callback +def "CALLBACK_ENABLE" "true" # 是否开启 Callback def "CALLBACK_TIMEOUT" "5" # 最长超时时间 def "CALLBACK_FAILED_CONTINUE" "true" # 失败后是否继续 ###################### Prometheus 配置信息 ######################