Skip to content

Instantly share code, notes, and snippets.

@CarlosLevir
Created May 20, 2019 10:52
Show Gist options
  • Save CarlosLevir/b9e0e27afdcbe28de67a25487378e822 to your computer and use it in GitHub Desktop.
Save CarlosLevir/b9e0e27afdcbe28de67a25487378e822 to your computer and use it in GitHub Desktop.
const mongoose = require('mongoose');
mongoose.connect(
`mongodb://<db_username>:<db_password><db_port>:<db_port>/<db_name>`,
{ useNewUrlParser: true },
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment