MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / DebugConfig

Class DebugConfig

src/core/models.py:176–185  ·  view source on GitHub ↗

Debug configuration

Source from the content-addressed store, hash-verified

174
175
176class DebugConfig(BaseModel):
177 """Debug configuration"""
178
179 id: int = 1
180 enabled: bool = False
181 log_requests: bool = True
182 log_responses: bool = True
183 mask_token: bool = True
184 created_at: Optional[datetime] = None
185 updated_at: Optional[datetime] = None
186
187
188class CaptchaConfig(BaseModel):

Callers 1

get_debug_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected