mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
Merge pull request #2703 from InfinityPacer/feature/auth
This commit is contained in:
@@ -62,6 +62,8 @@ class Settings(BaseSettings):
|
||||
CONFIG_DIR: Optional[str] = None
|
||||
# 超级管理员
|
||||
SUPERUSER: str = "admin"
|
||||
# 辅助认证,允许通过媒体服务器认证并创建用户
|
||||
AUXILIARY_AUTH_ENABLE: bool = True
|
||||
# API密钥,需要更换
|
||||
API_TOKEN: Optional[str] = None
|
||||
# 网络代理 IP:PORT
|
||||
|
||||
Reference in New Issue
Block a user