mirror of
https://github.com/langgenius/dify.git
synced 2026-04-23 04:06:13 +08:00
Unify plugin endpoint configuration for api and worker: An alternative solution to PR #13214 (#13239)
This commit is contained in:
@ -30,7 +30,7 @@ from core.plugin.manager.exc import (
|
||||
)
|
||||
|
||||
plugin_daemon_inner_api_baseurl = dify_config.PLUGIN_DAEMON_URL
|
||||
plugin_daemon_inner_api_key = dify_config.PLUGIN_API_KEY
|
||||
plugin_daemon_inner_api_key = dify_config.PLUGIN_DAEMON_KEY
|
||||
|
||||
T = TypeVar("T", bound=(BaseModel | dict | list | bool | str))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user