Browse Source

changed 开启验证码

18339543638 4 years ago
parent
commit
5db11627a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jetlinks-standalone/src/main/resources/application.yml

+ 2 - 2
jetlinks-standalone/src/main/resources/application.yml

@@ -74,8 +74,8 @@ device:
       time-series:
         enabled: true #写出设备消息数据到elasticsearch
 captcha:
-  enabled: false # 开启验证码
-  ttl: 2m #验证码过期时间,2分钟
+  enabled: true # 开启验证码
+  ttl: 5m #验证码过期时间,2分钟
 hsweb:
   cors:
     enable: true