nconf-nested-env.js 232 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, Nodejitsu Inc. * (C) 2012, Michael Hart * */ var nconf = require('../../../lib/nconf').env('_'); process.stdout.write(nconf.get('SOME:THING'));