nconf-lite/test/fixtures/scripts/nconf-nested-env.js

12 lines
232 B
JavaScript
Raw Normal View History

2012-06-21 07:04:06 +00:00
/*
* 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('_');
2012-06-21 07:04:06 +00:00
process.stdout.write(nconf.get('SOME:THING'));