This commit is contained in:
Akimio521
2024-07-05 10:52:39 +08:00
parent c11cf17f62
commit 3578204508
2 changed files with 3 additions and 3 deletions

View File

@ -233,7 +233,7 @@ class Settings(BaseSettings):
# 是否启用DOH解析域名
DOH_ENABLE: bool = True
# 使用 DOH 解析的域名列表
DOH_DOMAINS: str = 'api.themoviedb.org,api.tmdb.org,webservice.fanart.tv,api.github.com,github.com,raw.githubusercontent.com,api.telegram.org'
DOH_DOMAINS: str = "api.themoviedb.org,api.tmdb.org,webservice.fanart.tv,api.github.com,github.com,raw.githubusercontent.com,api.telegram.org"
# 搜索多个名称
SEARCH_MULTIPLE_NAME: bool = False
# 订阅数据共享