env.dev.js 419 B

1234567891011121314151617
  1. module.exports = {
  2. NODE_ENV: 'development',
  3. // MATHJAX: 1,
  4. // REDIS_URL: 'redis://localhost:6379/crowi',
  5. // ELASTICSEARCH_URI: 'http://localhost:9200/crowi',
  6. PLUGIN_NAMES_TOBE_LOADED: [
  7. // 'crowi-plugin-lsx',
  8. // 'crowi-plugin-pukiwiki-like-linker',
  9. ],
  10. // filters for debug
  11. DEBUG: [
  12. // 'express:*',
  13. // 'crowi:*',
  14. // 'crowi:plugins:*',
  15. // 'crowi:InterceptorManager',
  16. ].join(),
  17. }