mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 02:36:29 +08:00
fix: change default PLUGIN_DAEMON_URL to http://localhost:5002 (#12915)
This commit is contained in:
parent
357d2e8be8
commit
6ee4eba86b
@ -141,7 +141,7 @@ class PluginConfig(BaseSettings):
|
|||||||
|
|
||||||
PLUGIN_DAEMON_URL: HttpUrl = Field(
|
PLUGIN_DAEMON_URL: HttpUrl = Field(
|
||||||
description="Plugin API URL",
|
description="Plugin API URL",
|
||||||
default="http://plugin:5002",
|
default="http://localhost:5002",
|
||||||
)
|
)
|
||||||
|
|
||||||
PLUGIN_API_KEY: str = Field(
|
PLUGIN_API_KEY: str = Field(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user