AlkantarClanX12

Your IP : 3.139.108.48


Current Path : /lib/node_modules/npm/node_modules/dotenv/
Upload File :
Current File : //lib/node_modules/npm/node_modules/dotenv/config.js

(function () {
  var options = {}
  process.argv.forEach(function (val, idx, arr) {
    var matches = val.match(/^dotenv_config_(.+)=(.+)/)
    if (matches) {
      options[matches[1]] = matches[2]
    }
  })

  require('./lib/main').config(options)
})()