Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miyamotodev123/15725ac5f476d3e593ca to your computer and use it in GitHub Desktop.
Save miyamotodev123/15725ac5f476d3e593ca to your computer and use it in GitHub Desktop.
auth set up and testing config/database.js
// config/database.js
module.exports = {
'url' : 'your-settings-here' // mine looks like 'mongodb://localhost:27017/auth_set_up_and_testing'
// create whatever name you want for your database
// e.g. mongodb://localhost:27017/whatever_name_i_want
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment