We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fac97 commit d0c1208Copy full SHA for d0c1208
backend/core/conf.py
@@ -52,7 +52,7 @@ class Settings(BaseSettings):
52
FASTAPI_STATIC_FILES: bool = True
53
54
# 数据库
55
- DATABASE_ECHO: bool | Literal['debug'] = True
+ DATABASE_ECHO: bool | Literal['debug'] = False
56
DATABASE_POOL_ECHO: bool | Literal['debug'] = False
57
DATABASE_SCHEMA: str = 'fba'
58
DATABASE_CHARSET: str = 'utf8mb4'
0 commit comments