fixup! Ref: Attachments to use modern gridfs (rm localstore)

pull/4482/head
David Arnold 5 years ago committed by Denis Perov
parent 075a9016d4
commit fa9ed55d7d
  1. 2
      models/attachments.js

@ -25,7 +25,7 @@ const insertActivity = (fileObj, activityType) =>
// XXX Enforce a schema for the Attachments FilesCollection // XXX Enforce a schema for the Attachments FilesCollection
// see: https://github.com/VeliovGroup/Meteor-Files/wiki/Schema // see: https://github.com/VeliovGroup/Meteor-Files/wiki/Schema
export const Attachments = new FilesCollection({ const Attachments = new FilesCollection({
debug: false, // Change to `true` for debugging debug: false, // Change to `true` for debugging
collectionName: 'attachments', collectionName: 'attachments',
allowClientCode: false, allowClientCode: false,

Loading…
Cancel
Save