From be7a4782f72a45742e8ce0d07861507846f7aa97 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Wed, 25 Sep 2024 23:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E4=BA=BA=E6=9C=BA?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=9C=8D=E5=8A=A1=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config.ts b/src/config.ts index 0a8c558..beb18dc 100644 --- a/src/config.ts +++ b/src/config.ts @@ -15,6 +15,13 @@ const config = { port: 6379, password: '' // localhost }, + service: { + captchaSession: { + allowMaxTryCount: 5, + allowMaxAngleDiff: 8, + expriedTimeSec: 60, + } + }, API_Port: 8080 }; export default config; \ No newline at end of file