From cf1b485389d105182d982738c06ef203156a5a89 Mon Sep 17 00:00:00 2001 From: borx <53216212+binorxin@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:12:13 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0=20=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95=E5=88=B0?= =?UTF-8?q?env=E9=85=8D=E7=BD=AE=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 0a64758d..b152c2a1 100644 --- a/.env.example +++ b/.env.example @@ -19,6 +19,8 @@ # HOSTNAME=your-hostname # 数据库相关配置 +# 启用错误日志记录 +# ERROR_LOG_ENABLED=true # 数据库连接字符串 # SQL_DSN=user:password@tcp(127.0.0.1:3306)/dbname?parseTime=true # 日志数据库连接字符串