更新canvas 3d接口 ,使用异步mq队列处理
This commit is contained in:
@@ -28,6 +28,11 @@ class Settings(BaseSettings):
|
||||
MINIO_SECRET: str = Field(default='', description="")
|
||||
MINIO_SECURE: bool = Field(default=True, description="")
|
||||
|
||||
# --- redis 配置信息 ---
|
||||
REDIS_HOST: str = Field(default='', description="")
|
||||
REDIS_PORT: str = Field(default='', description="")
|
||||
REDIS_DB: int = Field(default=0, description="")
|
||||
|
||||
# --- mongodb配置信息 ---
|
||||
MONGODB_USERNAME: str = Field(default="", description="")
|
||||
MONGODB_PASSWORD: str = Field(default="", description="")
|
||||
@@ -38,6 +43,7 @@ class Settings(BaseSettings):
|
||||
IMAGE_TO_3D_MODEL_URL: str = Field(default='', description="")
|
||||
FLUX2_GEN_IMG_MODEL_URL: str = Field(default='', description="")
|
||||
SEG_ANYTHING: str = Field(default='', description="")
|
||||
RABBITMQ_URL: str = Field(default='', description="")
|
||||
|
||||
# --- 外部工具api配置信息 ---
|
||||
TAVILY_API_KEY: str = Field(default="", description="")
|
||||
|
||||
Reference in New Issue
Block a user