Skip to content

Instantly share code, notes, and snippets.

@zol
Created January 15, 2014 00:26
Show Gist options
  • Save zol/8428649 to your computer and use it in GitHub Desktop.
Save zol/8428649 to your computer and use it in GitHub Desktop.
Connecting to a running meteor development app's mongodb oplog from a second app launched on port 3100
MONGO_OPLOG_URL=mongodb://127.0.0.1:3002/local MONGO_URL=mongodb://127.0.0.1:3002/meteor meteor --port 3100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment