Connecting Locally to MongoDB
Via the settings file
"galaxy.meteor.com": {
"env": {
"MONGO_URL": "mongodb+srv://<read&write username>:<read&write password>@<connection>/<database name>?retryWrites=true&w=majority",
"MONGO_OPLOG_URL": "mongodb+srv://<oplog username>:<oplog password>@<connection>/local"
}
},meteor --settings <name of settings file>Via the command line
Last updated
Was this helpful?