nconf-env.js 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /* * nconf-env.js: Test fixture for using process.env defaults with nconf. * * (C) 2011, Charlie Robbins and the Contributors. * */ var nconf = require('../../../lib/nconf').env(); process.stdout.write(nconf.get('SOMETHING'));