Skip to content

Instantly share code, notes, and snippets.

@taylorstine
Last active March 15, 2017 06:53
Show Gist options
  • Save taylorstine/fd8965e49a6e38f76c812606053b1c9a to your computer and use it in GitHub Desktop.
Save taylorstine/fd8965e49a6e38f76c812606053b1c9a to your computer and use it in GitHub Desktop.
The right way to connect to mongo
mongoose.connect("mongo://yourdatabaseURI:4321", {server: {reconnectTries: Number.MAX_SAFE_INTEGER}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment