xiangpei
2024-04-28 06ba5eb015fc27866858c70460fc0ee1e9aaeede
ycl-server/src/main/resources/application.yml
@@ -95,7 +95,7 @@
user:
  password:
    # 密码最大错误次数
    maxRetryCount: 5
    maxRetryCount: 20
    # 密码锁定时间(默认10分钟)
    lockTime: 10
@@ -107,3 +107,9 @@
  excludes: /system/notice
  # 匹配链接
  urlPatterns: /system/*,/monitor/*,/tool/*
# 拉取数据请求配置
request:
  retry: 4 # 最大重试次数
  youYunDomain: 123.123.123.5 # 优云地址
  haiKangDomain: 123.123.123.1 # 海康地址