From 4c96187c1f987ff42ec34ca1b37d3f7ca05cbd8c Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Wed, 29 Nov 2023 10:18:30 +0800 Subject: [PATCH] update callback enable --- docs/contrib/environment.md | 2 +- scripts/install/environment.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contrib/environment.md b/docs/contrib/environment.md index 8e0cf2572..4929557b5 100644 --- a/docs/contrib/environment.md +++ b/docs/contrib/environment.md @@ -500,7 +500,7 @@ This section involves setting up additional configuration variables for Websocke | TOKEN_EXPIRE | "90" | Token Expiry Time | | FRIEND_VERIFY | "false" | Friend Verification Enable | | IOS_PUSH_SOUND | "xxx" | iOS | -| CALLBACK_ENABLE | "true" | Enable callback | | | | +| CALLBACK_ENABLE | "false" | Whether enable callback | | | | | CALLBACK_TIMEOUT | "5" | Maximum timeout for callback call | | CALLBACK_FAILED_CONTINUE| "true" | fails to continue to the next step | ### 2.20. Prometheus Configuration diff --git a/scripts/install/environment.sh b/scripts/install/environment.sh index aa4141a7d..7f09cf211 100755 --- a/scripts/install/environment.sh +++ b/scripts/install/environment.sh @@ -377,7 +377,7 @@ def "IOS_PUSH_SOUND" "xxx" # IOS推送声音 def "IOS_BADGE_COUNT" "true" # IOS徽章计数 def "IOS_PRODUCTION" "false" # IOS生产 # callback 配置 -def "CALLBACK_ENABLE" "true" # 是否开启 Callback +def "CALLBACK_ENABLE" "false" # 是否开启 Callback def "CALLBACK_TIMEOUT" "5" # 最长超时时间 def "CALLBACK_FAILED_CONTINUE" "true" # 失败后是否继续