I am using the config module in node js. Under config/default.yaml, I have following configuration
Facebook:
appKey: ""
appSecret: ""
Twitter:
consumerKey: ""
consumerSecret: ""
When I use require('config'), the returned object only contains Facebook. No Twitter. Any idea? I am totally cluless
Twitter: