Skip to content

Commit

Permalink
add lib/db.js
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed May 22, 2020
1 parent d92bf57 commit d8bbc7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/db.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const monk = require('monk')
const db = monk(process.env.MONGO_URL)

module.exports = db

0 comments on commit d8bbc7c

Please sign in to comment.