nconf-nested-env.js 254 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /* * nconf-nested-env.js: Test fixture for env with nested keys. * * (C) 2012, Charlie Robbins and the Contributors. * (C) 2012, Michael Hart * */ var nconf = require('../../../lib/nconf').env('_'); process.stdout.write(nconf.get('SOME:THING'));