We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f4647 commit d0315e3Copy full SHA for d0315e3
app/core/config.py
@@ -16,7 +16,7 @@ class Settings:
16
SENDER_EMAIL : str = "[email protected]"
17
SENDER_PASSWORD: str = os.getenv("SENDER_PASSWORD", "default_password") # 发件人邮箱密码
18
KIMI_API_KEY: str = os.getenv("KIMI_API_KEY", "default_kimi_api_key") # KIMI API密钥
19
- UPLOAD_FOLDER: str = "/lhcos_data/acticleDB"
+ UPLOAD_FOLDER: str = "/lhcos-data/acticleDB"
20
21
22
settings = Settings()
0 commit comments