Using node-config, is there anyway to do
var config = require('config');
config.ip = someIp;
I need to get my ips dynamically and use them in my config. Is there anyway to do this?
I tried just setting it but it's a read only property. I also looked at the code but could not see a way to do it. Please don't make me change my config framework :(
thanks,
R