Browse Source

override title when installed cleanly

Yuki Takei 8 năm trước cách đây
mục cha
commit
1bd7e1a9cc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/models/config.js

+ 1 - 0
lib/models/config.js

@@ -27,6 +27,7 @@ module.exports = function(crowi) {
     let config = getDefaultCrowiConfigs();
 
     // overwrite
+    config['app:title'] = 'crowi-plus';
     config['security:isEnabledPassport'] = true;
     config['customize:behavior'] = 'crowi-plus';
     config['customize:layout'] = 'crowi-plus';