chore: 添加验证码配置
This commit is contained in:
@@ -53,11 +53,15 @@ minio:
|
|||||||
# 自定义域名(非必须),Nginx配置反向代理转发文件路径
|
# 自定义域名(非必须),Nginx配置反向代理转发文件路径
|
||||||
custom-domain: https://oss.youlai.tech
|
custom-domain: https://oss.youlai.tech
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 接口文档
|
# 接口文档
|
||||||
springdoc:
|
springdoc:
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
api-docs:
|
api-docs:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
# 验证码配置
|
||||||
|
easycaptcha:
|
||||||
|
verifyCodeType: arithmetic
|
||||||
|
enable: true
|
||||||
|
ttl: 120
|
||||||
Reference in New Issue
Block a user