소스 검색

modify the default value of 'plugin:isEnabledPlugins'

Yuki Takei 9 년 전
부모
커밋
b030d0fa52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 
     };
   }