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

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

@@ -414,7 +414,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
     ns:      'crowi',
     ns:      'crowi',
     key:     'slackbot:type', // eg. official || custom-non-proxy || custom-with-proxy
     key:     'slackbot:type', // eg. official || custom-non-proxy || custom-with-proxy
     type:    TYPES.STRING,
     type:    TYPES.STRING,
-    default: 'custom-non-proxy', // If impl Official bot, set official in default
+    default: null,
   },
   },
 };
 };