Yuki Takei 8 лет назад
Родитель
Сommit
4959c6f33b
1 измененных файлов с 12 добавлено и 6 удалено
  1. 12 6
      config/env.dev.js

+ 12 - 6
config/env.dev.js

@@ -1,11 +1,17 @@
 module.exports = {
-  // DEBUG: '*',
   NODE_ENV: 'development',
   MATHJAX: 1,
-  REDIS_URL: 'redis://localhost:6379/crowi',
-  ELASTICSEARCH_URI: 'http://localhost:9200/crowi',
+  // REDIS_URL: 'redis://localhost:6379/crowi',
+  // ELASTICSEARCH_URI: 'http://localhost:9200/crowi',
   PLUGIN_NAMES_TOBE_LOADED: [
-    'crowi-plugin-lsx',
-    'crowi-plugin-pukiwiki-like-linker',
-  ]
+    // 'crowi-plugin-lsx',
+    // 'crowi-plugin-pukiwiki-like-linker',
+  ],
+  // filters for debug
+  DEBUG: [
+    // 'express:*',
+    // 'crowi:*',
+    // 'crowi:plugins:*',
+    // 'crowi:InterceptorManager',
+  ].join(),
 }