mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
12 lines
232 B
JavaScript
12 lines
232 B
JavaScript
/*
|
|
* 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'));
|