HOST = localhost
POST = 3000
MONGODB_URL = mongodb://localhost:27017
DB = dbname
- 0 EMERGENCY system is unusable
- 1 ALERT action must be taken immediately
- 2 CRITICAL the system is in critical condition
- 3 ERROR error condition
- 4 WARNING warning condition
- 5 NOTICE a normal but significant condition
- 6 INFO a purely informational message
- 7 DEBUG messages to debug an application
LOG = debug
NODE_ENV = development
NODE_ENV=production node app.js
NODE_ENV=stage node app.js
NODE_ENV=qa node app.js
NODE_ENV=development node app.js