Created
March 30, 2017 22:17
-
-
Save rick4470/63871b2abcde1932ecad54fd8755c48e to your computer and use it in GitHub Desktop.
Connect to MongoDB with a Connection String URI
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
url: `mongodb://${config.user}:${config.password}@${config.db}?authSource=admin&w=1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment