TwilioDevEd/conversations-demo

Config Path missing in ngrokOptions (ERR_NGROK_6022)

Closed this issue · 1 comments

index.js:70
*** need to add this as option

var ngrokOptions = {
proto: 'http',
addr: config.port,
*** configPath: 'PATH TO NGROK.YML'
};

Fixed as part of this PR. #61