zahmis hace 5 años
padre
commit
d200d3dfd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
     key:     'slackbot:type', // eg. official || custom-non-proxy || custom-with-proxy
     type:    TYPES.STRING,
-    default: 'custom-non-proxy', // If imple official, set official in default
+    default: 'custom-non-proxy', // If imple Official bot, set official in default
   },
 };