fuliqi
2024-04-19 a8395146b319d746a27d9ea2d7adb2aaec5ccdb8
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 # 海康地址