mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: add log cleanup time setting to system settings
This commit is contained in:
parent
8fb6b3bbbd
commit
0e3de5dfb8
|
|
@ -18,6 +18,8 @@ class SettingType(models.IntegerChoices):
|
|||
|
||||
RSA = 1, "私钥秘钥"
|
||||
|
||||
LOG = 2, "日志清理时间"
|
||||
|
||||
|
||||
class SystemSetting(AppModelMixin):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue