Explorar o código

modify the default value of 'plugin:isEnabledPlugins'

Yuki Takei %!s(int64=9) %!d(string=hai) anos
pai
achega
b030d0fa52
Modificáronse 1 ficheiros con 1 adicións e 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,
 
     };
   }