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

This commit is contained in:
Sam X. Chen 2019-08-10 00:50:55 -04:00
parent af560bc9b4
commit 77b5244723

View file

@ -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';
}
});