Skip to content

Commit

Permalink
Added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Skvira committed Nov 9, 2010
1 parent 6223cc3 commit d8af2b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.js
Expand Up @@ -3,8 +3,10 @@ var sys = require('sys'),
p = require('child_process'),
path = require('path');

// You can force node-config to pick up config file different to your hostname.
exports.hostname = null;
// You can force node-config to pick up config file different to your hostname,
// by setting .hostname to the name of desired config file (omitting .js), i.e.
// conf.hostname = 'my-host'; // assuming that ./conf/my-host.js exists
exports.hostname = null;

// By default node-config is going to look for 'conf' folder in curent directory.
// You can change that by changing the currentDirectory property
Expand Down

0 comments on commit d8af2b5

Please sign in to comment.