Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const { envConfig } = require('url-config');
  2.  
  3. module.exports.envCfg = function (options = {}) {
  4. return async function () {
  5. const config = await envConfig('mongodb://localhost:27017', 'dbname');
  6. }
  7. }
Add Comment
Please, Sign In to add comment