feat: 后端配置文件新增sqlalchemy日志开关配置

This commit is contained in:
insistence
2024-04-02 09:50:38 +08:00
parent f73a00e73c
commit 84f56da523
4 changed files with 6 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ DB_USERNAME = 'root'
DB_PASSWORD = 'root'
# 数据库名称
DB_DATABASE = 'ruoyi-fastapi'
# 是否开启sqlalchemy日志
DB_ECHO = true
# -------- Redis配置 --------
# Redis主机