Skip to content

Commit d0c1208

Browse files
committed
恢复默认配置
1 parent 14fac97 commit d0c1208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/core/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Settings(BaseSettings):
5252
FASTAPI_STATIC_FILES: bool = True
5353

5454
# 数据库
55-
DATABASE_ECHO: bool | Literal['debug'] = True
55+
DATABASE_ECHO: bool | Literal['debug'] = False
5656
DATABASE_POOL_ECHO: bool | Literal['debug'] = False
5757
DATABASE_SCHEMA: str = 'fba'
5858
DATABASE_CHARSET: str = 'utf8mb4'

0 commit comments

Comments
 (0)