PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
nconf
/
test
/
fixtures
/
scripts
/* * nconf-hierarchical-file-argv.js: Test fixture for using yargs defaults and a file store with nconf. * * (C) 2011, Charlie Robbins and the Contributors. * (C) 2011, Sander Tolsma * */ var path = require('path'), nconf = require('../../../lib/nconf'); nconf.argv(); nconf.add('file', { file: path.join(__dirname, '../hierarchy/hierarchical.json') }); process.stdout.write(nconf.get('something') || 'undefined');
[-] nconf-env.js
[edit]
[+]
..
[-] nconf-argv.js
[edit]
[-] nconf-hierarchical-load-merge-with-separator.js
[edit]
[-] provider-argv.js
[edit]
[-] nconf-hierarchical-load-save.js
[edit]
[-] nconf-change-argv.js
[edit]
[-] provider-env.js
[edit]
[-] nconf-hierarchical-load-merge.js
[edit]
[-] nconf-hierarchical-defaults-merge.js
[edit]
[-] nconf-hierarchical-file-argv.js
[edit]
[-] nconf-nested-env.js
[edit]