change migration

This commit is contained in:
jyong 2025-09-04 19:38:51 +08:00
parent 8506288180
commit e21c133e1d
1 changed files with 1 additions and 1 deletions

View File

@ -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(