1
mirror of https://github.com/CarmJos/ScriptItems synced 2026-07-15 07:21:23 +08:00

添加log数据库相关配置

This commit is contained in:
2022-03-06 20:51:14 +08:00
parent 2f76db122c
commit 3d62bad0c4
6 changed files with 147 additions and 27 deletions
+3 -2
View File
@@ -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"