mirror of
https://github.com/CarmJos/ScriptItems
synced 2026-07-15 07:21:23 +08:00
添加log数据库相关配置
This commit is contained in:
@@ -15,7 +15,7 @@ metrics: true
|
||||
# 检查更新为异步操作,绝不会影响性能与使用体验。
|
||||
check-update: true
|
||||
|
||||
log-stroage:
|
||||
log-storage:
|
||||
# 是否启用日志记录存储
|
||||
# 可用于追踪物品的发放、领取情况与执行记录。
|
||||
enable: true
|
||||
@@ -31,4 +31,5 @@ log-stroage:
|
||||
username: "username"
|
||||
password: "password"
|
||||
extra: "?useSSL=false"
|
||||
# 插件相关表的名称
|
||||
# 插件相关表的名称
|
||||
table-name: "log_item_commands"
|
||||
Reference in New Issue
Block a user