Browse Source

add redis and es settings for dev

Yuki Takei 9 years ago
parent
commit
0ca8893996
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/env.dev.js

+ 2 - 0
config/env.dev.js

@@ -1,5 +1,7 @@
 module.exports = {
 module.exports = {
   NODE_ENV: 'development',
   NODE_ENV: 'development',
+  // REDIS_URL: 'redis://localhost:6379/crowi',
+  // ELASTICSEARCH_URI: 'http://localhost:9200/crowi',
   PLUGIN_NAMES_TOBE_LOADED: [
   PLUGIN_NAMES_TOBE_LOADED: [
     // 'crowi-plugin-lsx',
     // 'crowi-plugin-lsx',
     // 'crowi-plugin-pukiwiki-like-linker',
     // 'crowi-plugin-pukiwiki-like-linker',