nconf
  .env({ separator: '__', lowerCase: true })
  .file({ file: `${process.cwd()}/config.json` })