Skip to content

Instantly share code, notes, and snippets.

@bmdayal
Created November 2, 2015 22:30
Show Gist options
  • Save bmdayal/c469b57e849b61682a8f to your computer and use it in GitHub Desktop.
Save bmdayal/c469b57e849b61682a8f to your computer and use it in GitHub Desktop.
Part of server.js in node Addressbook sample application
databaseURI = process.env.PERSON_MONGOLAB_CONNECTION;
var db = mongojs(databaseURI, collections, {authMechanism: 'ScramSHA1'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment