Skip to content

Instantly share code, notes, and snippets.

@rick4470
Created March 30, 2017 22:17
Show Gist options
  • Save rick4470/63871b2abcde1932ecad54fd8755c48e to your computer and use it in GitHub Desktop.
Save rick4470/63871b2abcde1932ecad54fd8755c48e to your computer and use it in GitHub Desktop.
Connect to MongoDB with a Connection String URI
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