From 28a47319ba442882dc7416595c49b5ca1a03ef83 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sat, 25 Mar 2023 01:14:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 4e6c1997..f43767ce 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -53,11 +53,15 @@ minio: # 自定义域名(非必须),Nginx配置反向代理转发文件路径 custom-domain: https://oss.youlai.tech - - # 接口文档 springdoc: swagger-ui: enabled: true api-docs: enabled: true + +# 验证码配置 +easycaptcha: + verifyCodeType: arithmetic + enable: true + ttl: 120 \ No newline at end of file