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
commit 561a3bf7a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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):
"""