How to connect MongoDB to Ani Meteor Theme? How to connect MongoDB to Ani Meteor Theme? json json

How to connect MongoDB to Ani Meteor Theme?


In the server:

Meteor.startup(() => {    process.env.MONGO_URL = 'mongodb://...';});