This commit is contained in:
jeremygan2021
2026-03-02 12:32:45 +08:00
parent 972ef57337
commit 82bba110ee
25 changed files with 232 additions and 2 deletions

View File

@@ -34,6 +34,9 @@ class Settings(BaseSettings):
# 管理员配置
admin_username: str = "admin"
admin_password: str = "123456"
# DashScope配置
dashscope_api_key: Optional[str] = None
class Config:
env_file = ".env"