feat: 后端配置文件新增sqlalchemy日志开关配置
This commit is contained in:
@@ -36,6 +36,8 @@ DB_USERNAME = 'root'
|
||||
DB_PASSWORD = 'root'
|
||||
# 数据库名称
|
||||
DB_DATABASE = 'ruoyi-fastapi'
|
||||
# 是否开启sqlalchemy日志
|
||||
DB_ECHO = true
|
||||
|
||||
# -------- Redis配置 --------
|
||||
# Redis主机
|
||||
|
Reference in New Issue
Block a user