Skip to content

Commit

Permalink
remove ngrok from sample config, removed dependency on it from valida…
Browse files Browse the repository at this point in the history
…tion tests
  • Loading branch information
kwhinnery committed Dec 22, 2013
1 parent 4217c47 commit 9b2296c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ module.exports = {
accountSid:'ACXXX',
authToken:'XXX',
from:'+16512223333', //The Twilio number you've bought or configured
to:'+16513334444', //The number you would like to send messages to for testing
ngrokSubdomain:'something' // Your reserved ngrok subdomain - for request validation
to:'+16513334444' //The number you would like to send messages to for testing
};

0 comments on commit 9b2296c

Please sign in to comment.