瀏覽代碼

change migration

tags/2.0.0-beta.2
jyong 1 月之前
父節點
當前提交
bebd7c5718
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      api/configs/feature/hosted_service/__init__.py

+ 1
- 1
api/configs/feature/hosted_service/__init__.py 查看文件

@@ -229,7 +229,7 @@ class HostedFetchPipelineTemplateConfig(BaseSettings):

HOSTED_FETCH_PIPELINE_TEMPLATES_MODE: str = Field(
description="Mode for fetching pipeline templates: remote, db, or builtin default to remote,",
default="database",
default="remote",
)

HOSTED_FETCH_PIPELINE_TEMPLATES_REMOTE_DOMAIN: str = Field(

Loading…
取消
儲存