MCPcopy Create free account
hub / github.com/fastapi/fastapi / Settings

Class Settings

scripts/notify_translations.py:178–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177
178class Settings(BaseSettings):
179 model_config = {"env_ignore_empty": True}
180
181 github_repository: str
182 github_token: SecretStr
183 github_event_path: Path
184 github_event_name: str | None = None
185 httpx_timeout: int = 30
186 debug: bool | None = False
187 number: int | None = None
188
189
190class PartialGitHubEventIssue(BaseModel):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected