Skip to content
Snippets Groups Projects

Auth

Merged Lucas Gabriel Lima requested to merge auth into development
7 files
+ 253
8
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
0
@@ -6,6 +6,8 @@ const log = require(`${libs}/log`)(module);
const mongoose = require('mongoose');
mongoose.Promise = global.Promise;
module.exports = () => {
// Get mongodb URI (ip and port) in config file
const mongoUri = process.env.MONGO_URI || config.mongodb.uri;
Loading