Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tutv committed Aug 23, 2018
1 parent b18c8a5 commit d149cbe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app.database.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ const createConnection = require('./libs/createConnection')
const getEnv = require("./helpers/getEnv")
const uri = getEnv('/mongodb')

console.log(uri)

const app = createConnection(uri, {
//poolSize: 10
})
const app = createConnection(uri)

module.exports = app

0 comments on commit d149cbe

Please sign in to comment.