code quality updates
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Server port
|
||||
PORT=3000
|
||||
|
||||
# Log level: fatal | error | warn | info | debug | trace
|
||||
LOG_LEVEL=info
|
||||
|
||||
# Node environment: production | development | test
|
||||
NODE_ENV=development
|
||||
|
||||
# App version override (optional – falls back to VERSION file)
|
||||
# APP_VERSION=1.0.0
|
||||
Reference in New Issue
Block a user