Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem attachment while reading

reviewable/pr2607/r1
Sam X. Chen 6 years ago
parent af560bc9b4
commit 77b5244723
  1. 6
      server/richer-editor-setting-helper.js

@ -0,0 +1,6 @@
Meteor.startup(() => {
const RCCE = process.env.RICHER_CARD_COMMENT_EDITOR;
if (RCCE) {
Meteor.settings.public.RICHER_CARD_COMMENT_EDITOR = RCCE !== 'false';
}
});
Loading…
Cancel
Save