feat: 更新多个模块以支持新的数据结构和日志格式

This commit is contained in:
TsMask
2025-02-20 10:08:27 +08:00
parent 045a2b6b01
commit f3c33b31ac
272 changed files with 13246 additions and 15885 deletions

View File

@@ -155,6 +155,11 @@ gorm:
password: "<password>"
database: "<database>"
logging: false
# 内置轻量级数据库
lite:
type: "sqlite"
database: "<database path>"
logging: false
# 多个数据源时可以用这个指定默认的数据源
defaultDataSourceName: "default"
@@ -190,9 +195,9 @@ user:
maxRetryCount: 5
# 密码锁定时间,单位分钟默认10分钟
lockTime: 10
# 管理员列表
adminList:
- "1"
# 设定为系统管理员的用户ID
system:
- 1
# char 字符验证码配置
charCaptcha: