MCPcopy Create free account
hub / github.com/Freedium-cfd/web / Settings

Class Settings

web/server/main.py:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class Settings(BaseSettings):
19 app_title: str = f"{NAME}'s REST API"
20 app_version: str = VERSION
21 disable_external_docs: bool = False
22 sentry_sdk_dsn: str | None = None
23
24 class Config:
25 env_file = ".env"
26
27
28settings = Settings()

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected