[中] DEBUG模式默认为True #98

Closed
opened 2026-05-10 18:39:21 +08:00 by admin · 0 comments
Owner

问题描述

backend/app/core/config.py 第20行,DEBUG 默认值为 True。生产环境部署时如果忘记设置环境变量,会暴露调试信息、开启热重载。

涉及文件

  • backend/app/core/config.py:20

修复建议

将默认值改为 False,仅开发环境显式开启。

严重程度

中 - 安全配置问题

## 问题描述 backend/app/core/config.py 第20行,DEBUG 默认值为 True。生产环境部署时如果忘记设置环境变量,会暴露调试信息、开启热重载。 ## 涉及文件 - backend/app/core/config.py:20 ## 修复建议 将默认值改为 False,仅开发环境显式开启。 ## 严重程度 中 - 安全配置问题
admin closed this issue 2026-05-10 18:46:35 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#98