fix: change default PLUGIN_DAEMON_URL to http://localhost:5002 (#12915)

pull/12931/head
Yeuoly 1 year ago committed by GitHub
parent 357d2e8be8
commit 6ee4eba86b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save