mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-11 07:21:48 +08:00
v1.9.19
- 默认关闭自动升级
This commit is contained in:
@@ -229,7 +229,7 @@ class Settings(BaseSettings):
|
||||
# Github代理服务器,格式:https://mirror.ghproxy.com/
|
||||
GITHUB_PROXY: Optional[str] = ''
|
||||
# 自动检查和更新站点资源包(站点索引、认证等)
|
||||
AUTO_UPDATE_RESOURCE: bool = True
|
||||
AUTO_UPDATE_RESOURCE: bool = False
|
||||
# 元数据识别缓存过期时间(小时)
|
||||
META_CACHE_EXPIRE: int = 0
|
||||
# 是否启用DOH解析域名
|
||||
|
||||
Reference in New Issue
Block a user