chore(env): 更新本地环境示例

This commit is contained in:
2026-05-11 20:51:43 +08:00
parent 6f627fe776
commit 749697634a
+2 -2
View File
@@ -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): # Optional logging knobs (defaults are usually fine):
# LOG_LEVEL=info # trace|debug|info|warning|error|fatal # LOG_LEVEL=info # trace|debug|info|warning|error|fatal
# LOG_FORMAT=pretty # pretty|json — defaults to TTY ? pretty : json # 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