chore: remove the unused config INNER_API_KEY (#14780)

This commit is contained in:
Bowen Liang
2025-03-05 15:39:48 +08:00
committed by GitHub
parent 83cad07fb3
commit 561a3bf7a0
4 changed files with 1 additions and 7 deletions

View File

@@ -389,11 +389,6 @@ class InnerAPIConfig(BaseSettings):
default=False,
)
INNER_API_KEY: Optional[str] = Field(
description="API key for accessing the internal API",
default=None,
)
class LoggingConfig(BaseSettings):
"""