Skip to content

Instantly share code, notes, and snippets.

@kavinduchamiran
Last active September 11, 2019 16:19
Show Gist options
  • Save kavinduchamiran/a932757b1a9e1516dc301f668785401c to your computer and use it in GitHub Desktop.
Save kavinduchamiran/a932757b1a9e1516dc301f668785401c to your computer and use it in GitHub Desktop.
mongoose
.connect(
`mongodb://mongodb-service/cloudl`, {
useNewUrlParser: true,
useUnifiedTopology: true
})
.then(() => console.log("MongoDB successfully connected"))
.catch(err => console.log(err));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment