细节优化
This commit is contained in:
@@ -41,6 +41,8 @@ class Settings(BaseSettings):
|
||||
# --- 数据保留 ---
|
||||
# 访问日志保留天数,超过自动清理(0 = 永久保留,不推荐)
|
||||
access_log_retention_days: int = 90
|
||||
# 回收站保留天数,超期自动彻底删除(含物理文件)
|
||||
recycle_bin_retention_days: int = 3
|
||||
|
||||
# --- CORS ---
|
||||
frontend_origin: str = "http://localhost:5173"
|
||||
|
||||
Reference in New Issue
Block a user