MCPcopy Create free account
hub / github.com/DJWOMS/fastapi_base / Settings

Class Settings

config/project_config.py:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class Settings(BaseSettings):
9 DB_ECHO: bool
10 PROJECT_NAME: str
11 VERSION: str
12 DEBUG: bool
13 CORS_ALLOWED_ORIGINS: str
14
15
16settings = Settings()

Callers 1

project_config.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected