style:app.core.config.settings

This commit is contained in:
Akimio521 2024-07-05 10:34:57 +08:00
parent 5a59652684
commit c11cf17f62

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
# 订阅数据共享