tracker/sftp 策略配置化.

This commit is contained in:
lijiahangmax
2024-04-16 00:39:51 +08:00
parent 07977124fe
commit 4150ab0666
15 changed files with 221 additions and 28 deletions

View File

@@ -152,6 +152,7 @@ logging:
# 应用配置
app:
# 认证配置
authentication:
# 是否允许多端登录
allow-multi-device: true
@@ -163,6 +164,20 @@ app:
login-failed-lock-count: 5
# 登录失败锁定时间 (分)
login-failed-lock-time: 30
# tracker 配置
tracker:
# 加载偏移量 (行)
offset: 300
# 延迟时间 (ms)
delay: 100
# 文件未找到等待次数
wait-times: 100
# sftp 配置
sftp:
# 上传文件时 文件存在是否备份
upload-present-backup: true
# 备份文件名称
backup-file-name: bk_${fileName}_${timestamp}
# orion framework config
orion: