Просмотр исходного кода

fix hackmd uri for dev in container

Yuki Takei 5 лет назад
Родитель
Сommit
9844f73b87
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      config/env.dev.js

+ 2 - 1
config/env.dev.js

@@ -7,7 +7,8 @@ module.exports = {
   MONGO_URI: 'mongodb://mongo:27017/growi',
   MONGO_URI: 'mongodb://mongo:27017/growi',
   // REDIS_URI: 'http://redis:6379',
   // REDIS_URI: 'http://redis:6379',
   ELASTICSEARCH_URI: 'http://elasticsearch:9200/growi',
   ELASTICSEARCH_URI: 'http://elasticsearch:9200/growi',
-  HACKMD_URI: 'http://hackmd:3010',
+  HACKMD_URI: 'http://localhost:3010',
+  HACKMD_URI_FOR_SERVER: 'http://hackmd:3000',
   // DRAWIO_URI: 'http://localhost:8080/?offline=1&https=0',
   // DRAWIO_URI: 'http://localhost:8080/?offline=1&https=0',
   PLUGIN_NAMES_TOBE_LOADED: [
   PLUGIN_NAMES_TOBE_LOADED: [
     // 'growi-plugin-lsx',
     // 'growi-plugin-lsx',