feat:增加上传博客图片模块

This commit is contained in:
2025-10-25 22:53:46 +08:00
parent 6512c536dc
commit f6d1096dbc
7 changed files with 89 additions and 10 deletions

View File

@@ -8,6 +8,8 @@ class Settings(BaseSettings):
DB_PASSWORD: str
ES_HOST: str
FLUENTD_HOST: str
RUSTFS_HOST:str
RUSTFS_PORT: str
class Config:
env_file = ".env" # 指定.env文件路径