How to use the load function from nconf
Find comprehensive JavaScript nconf.load code examples handpicked from public code repositorys.
54 55 56 57 58 59 60 61 62 63
whitelist: this.whitelist, }) nconf.defaults(this.defaults) nconf.load() logger(`config ready: ${this.basePath}/${file_name}`) this.started = true return Promise.resolve(this) }
0
0
2
+ 3 other calls in file