Explorar el Código

modify the default value of 'plugin:isEnabledPlugins'

Yuki Takei hace 9 años
padre
commit
b030d0fa52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/models/config.js

+ 1 - 1
lib/models/config.js

@@ -42,7 +42,7 @@ module.exports = function(crowi) {
       'google:clientId'     : '',
       'google:clientSecret' : '',
 
-      'plugin:isEnabledPlugins' : false,
+      'plugin:isEnabledPlugins' : true,
 
     };
   }