mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: support docker deployment for plugin
This commit is contained in:
@ -139,7 +139,7 @@ class PluginConfig(BaseSettings):
|
||||
Plugin configs
|
||||
"""
|
||||
|
||||
PLUGIN_API_URL: HttpUrl = Field(
|
||||
PLUGIN_DAEMON_URL: HttpUrl = Field(
|
||||
description="Plugin API URL",
|
||||
default="http://plugin:5002",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user