Files
Migu2.0/MiGu.Server/data/config-system.json
T
黄兆尉andCursor 79c9e36d89 在 MiGu 侧落地日志定时清理与磁盘空间告警。
系统配置可开关清理策略;日志管理页支持查看/保存清理选项。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-26 17:48:25 +08:00

20 lines
372 B
JSON

{
"section": "system",
"version": 2,
"updatedAt": "2026-08-21T08:06:13.7109039+00:00",
"payload": {
"dispatchLoopHz": 50,
"log": {
"level": "info",
"rollDays": 7,
"maxSizeMB": 256
},
"security": {
"jwtExpireMin": 1440,
"enableSwagger": true,
"corsWhitelist": [
"http://localhost:5173"
]
}
}
}