guhongwei 4 năm trước cách đây
mục cha
commit
ff09715ffa
2 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 3 3
      config/config.prod.js
  2. 1 0
      package.json

+ 3 - 3
config/config.prod.js

@@ -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

+ 1 - 0
package.json

@@ -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",