Skip to content

Instantly share code, notes, and snippets.

@rikkrome
Last active July 6, 2018 08:03
Show Gist options
  • Save rikkrome/070a04457123a80b80d1b324e7b3c1b8 to your computer and use it in GitHub Desktop.
Save rikkrome/070a04457123a80b80d1b324e7b3c1b8 to your computer and use it in GitHub Desktop.
mLab key
// replace <dbuser>: with your admin's username
// replace <dbpassword> with your admin's password
module.exports = {
mongoURI: 'mongodb://<dbuser>:<dbpassword>@ds123456.mlab.com:1234556/project-name'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment