mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 23:28:51 +08:00
change migration
This commit is contained in:
parent
917c924a94
commit
bebd7c5718
@ -229,7 +229,7 @@ class HostedFetchPipelineTemplateConfig(BaseSettings):
|
|||||||
|
|
||||||
HOSTED_FETCH_PIPELINE_TEMPLATES_MODE: str = Field(
|
HOSTED_FETCH_PIPELINE_TEMPLATES_MODE: str = Field(
|
||||||
description="Mode for fetching pipeline templates: remote, db, or builtin default to remote,",
|
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(
|
HOSTED_FETCH_PIPELINE_TEMPLATES_REMOTE_DOMAIN: str = Field(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user