dygapp 7 年 前
コミット
115034ee5f
1 ファイル変更7 行追加1 行削除
  1. 7 1
      config/config.default.js

+ 7 - 1
config/config.default.js

@@ -7,7 +7,13 @@ module.exports = appInfo => {
   config.keys = appInfo.name + '_1517455121740_7922';
 
   // add your config here
-  config.middleware = [];
+  // config.middleware = [];
+  config.errorMongo = {
+    details: true,
+  };
+  config.errorHanler = {
+    details: true,
+  };
 
   // mongoose config
   config.mongoose = {