This commit is contained in:
@ -24,6 +24,9 @@ class Settings(BaseSettings):
|
||||
DB_PASS: str
|
||||
DB_NAME: str
|
||||
|
||||
# 阿里云百炼服务API密钥
|
||||
DASHSCOPE_API_KEY: str
|
||||
|
||||
class Config:
|
||||
env_file = ".env"
|
||||
env_file_encoding = "utf-8"
|
||||
|
||||
Reference in New Issue
Block a user