chore(env): 更新本地环境示例
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user