@@ -29,6 +29,10 @@ class Settings(BaseSettings):
algorithm: str = "HS256"
access_token_expire_minutes: int = 30
# 管理员配置
admin_username: str = "admin"
admin_password: str = "123456"
class Config:
env_file = ".env"
The note is not visible to the blocked user.