Skip to content

Commit

Permalink
fix: change default PLUGIN_DAEMON_URL to http://localhost:5002
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Jan 21, 2025
1 parent 357d2e8 commit 5cde67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configs/feature/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5cde67c

Please sign in to comment.