Unify plugin endpoint configuration for api and worker: An alternative solution to PR #13214 (#13239)

This commit is contained in:
Boris Polonsky
2025-02-06 11:29:37 +08:00
committed by GitHub
parent 4e27d82d68
commit beebba0340
9 changed files with 10 additions and 19 deletions

View File

@ -144,7 +144,7 @@ class PluginConfig(BaseSettings):
default="http://localhost:5002",
)
PLUGIN_API_KEY: str = Field(
PLUGIN_DAEMON_KEY: str = Field(
description="Plugin API key",
default="plugin-api-key",
)