7 lines
327 B
Bash
7 lines
327 B
Bash
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 # reserved for database query logging if enabled later
|