@@ -1,11 +1,11 @@
'use strict';
module.exports = () => {
- const config = exports = {};
+ const config = (exports = {});
config.logger = {
- // level: 'DEBUG',
- // consoleLevel: 'DEBUG',
+ // level: 'DEBUG',
+ // consoleLevel: 'DEBUG',
};
// mongoose config
@@ -19,6 +19,7 @@
"naf-framework-mongoose": "^0.6.11",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.3",
+ "redis": "^3.0.2",
"silly-datetime": "^0.1.2",
"string-random": "^0.1.3",
"superagent": "^6.1.0",