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(
|
||||
description="Plugin API URL",
|
||||
default="http://plugin:5002",
|
||||
default="http://localhost:5002",
|
||||
)
|
||||
|
||||
PLUGIN_API_KEY: str = Field(
|
||||
|
Loading…
Reference in New Issue
Block a user