From 749697634aa973a7f494d0e29636a34d15723f99 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 11 May 2026 20:51:43 +0800 Subject: [PATCH] =?UTF-8?q?chore(env):=20=E6=9B=B4=E6=96=B0=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E7=8E=AF=E5=A2=83=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 9c00a46..e3e3461 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ -DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres +DATABASE_URL=mysql://user:password@localhost:3306/database # Optional logging knobs (defaults are usually fine): # LOG_LEVEL=info # trace|debug|info|warning|error|fatal # LOG_FORMAT=pretty # pretty|json — defaults to TTY ? pretty : json -# LOG_DB=false # true to log every Drizzle SQL query +# LOG_DB=false # reserved for database query logging if enabled later