Blame view

config/db.js 68 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
2
3
4
  // config/db.js
  module.exports = {
      url: 'mongodb://localhost/'
  }