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

12 lines
254 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.
*
2014-11-26 06:31:48 +00:00
* (C) 2012, Charlie Robbins and the Contributors.
2012-06-21 07:04:06 +00:00
* (C) 2012, Michael Hart
*
*/
2014-11-26 06:31:48 +00:00
var nconf = require('../../../lib/nconf').env('_');
2012-06-21 07:04:06 +00:00
process.stdout.write(nconf.get('SOME:THING'));