itizawa 5 лет назад
Родитель
Сommit
3a4c3dcb41
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      src/server/service/config-loader.js

+ 6 - 6
src/server/service/config-loader.js

@@ -23,12 +23,12 @@ const TYPES = {
  *  So, parameters of these are under consideration.
  *  So, parameters of these are under consideration.
  */
  */
 const ENV_VAR_NAME_TO_CONFIG_INFO = {
 const ENV_VAR_NAME_TO_CONFIG_INFO = {
-  FILE_UPLOAD: {
-    ns:      'crowi',
-    key:     'app:fileUploadType',
-    type:    TYPES.STRING,
-    default: null,
-  },
+  // FILE_UPLOAD: {
+  //   ns:      'crowi',
+  //   key:     'app:fileUploadType',
+  //   type:    TYPES.STRING,
+  //   default: null,
+  // },
   // HACKMD_URI: {
   // HACKMD_URI: {
   //   ns:      ,
   //   ns:      ,
   //   key:     ,
   //   key:     ,