Guest User

Untitled

a guest
Sep 19th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. module.exports.mongo = {
  2. uri: process.env.MONGOLAB_URI || 'mongodb://127.0.0.1:27017/herokuDeployment',
  3. };
Add Comment
Please, Sign In to add comment