Last active
July 6, 2018 08:03
-
-
Save rikkrome/070a04457123a80b80d1b324e7b3c1b8 to your computer and use it in GitHub Desktop.
mLab key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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