Example code ``` javascript nconf.argv() .env() .file('configdev', 'configdev.json') ``` After server start a month , I edit configdev.json then how can I make nconf reload configdev.json without restart server?