File: config.coffee
Defined in: | lib/resin/config |
Method Summary
-
~
(Object)
loadUserConfig(configFile)
Private
Read JSON configuration file
User config loading should be sync, as we need to extend this module with the result before exporting
contents = resin.config.loadUserConfig('/Users/me/resin-custom.json') console.log(contents.remoteUrl)
Method Details
~
(Object)
loadUserConfig(configFile)
Private
Read JSON configuration file
User config loading should be sync, as we need to extend this module with the result before exporting
contents = resin.config.loadUserConfig('/Users/me/resin-custom.json')
console.log(contents.remoteUrl)