fix user manage

This commit is contained in:
jxxghp
2023-07-09 16:14:04 +08:00
parent 3d5fea971a
commit 9d9fde387c
7 changed files with 55 additions and 39 deletions

View File

@ -27,7 +27,7 @@ class Settings(BaseSettings):
CONFIG_DIR: str = None
# 超级管理员
SUPERUSER: str = "admin"
# 超级管理员密码
# 超级管理员初始密码
SUPERUSER_PASSWORD: str = "password"
# API密钥需要更换
API_TOKEN: str = "moviepilot"