Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created October 9, 2018 08:40
Show Gist options
  • Save amandeepmittal/bf4ae7393a1d39b532f18c0b6e6b2671 to your computer and use it in GitHub Desktop.
Save amandeepmittal/bf4ae7393a1d39b532f18c0b6e6b2671 to your computer and use it in GitHub Desktop.
// config/index.js
const dbuser = 'xxxxxxxxxx';
const dbpassword = 'xxxxxxxxx';
const MONGODB_URI = `mongodb://${dbuser}:${dbpassword}@ds125453.mlab.com:25453/mern-example`;
module.exports = MONGODB_URI;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment