Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannorris committed Oct 25, 2011
1 parent 622a550 commit 67d181a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ twilio {
phones {
main = '+16175551212'
}

proxy {
host = "www"
port = "80"
method = "http" // or https

auth {
username = "foo"
password = "bar"
}
}
}

Remember that the main phone will need to be your twilio Sandbox number, and that you can only send messages from
Expand Down

0 comments on commit 67d181a

Please sign in to comment.