Skip to content

Commit d0315e3

Browse files
committed
[fix[: file_path
1 parent 89f4647 commit d0315e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Settings:
1616
SENDER_EMAIL : str = "[email protected]"
1717
SENDER_PASSWORD: str = os.getenv("SENDER_PASSWORD", "default_password") # 发件人邮箱密码
1818
KIMI_API_KEY: str = os.getenv("KIMI_API_KEY", "default_kimi_api_key") # KIMI API密钥
19-
UPLOAD_FOLDER: str = "/lhcos_data/acticleDB"
19+
UPLOAD_FOLDER: str = "/lhcos-data/acticleDB"
2020

2121

2222
settings = Settings()

0 commit comments

Comments
 (0)