Skip to content

Commit

Permalink
blank out account details
Browse files Browse the repository at this point in the history
  • Loading branch information
hypernumbers committed Apr 9, 2012
1 parent e275615 commit ec2aff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/twilio_acc.hrl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-define(PhoneNo, "+441315101897").
-define(AppSid, AP93d273f3cc624008805842376d561bed).
-define(AccountSid, AC7a076e30da6d49119b335d3a6de43844).
-define(AuthToken, 9248c9a2a25f6914fad9c9fb5b30e69c).
-define(PhoneNo, "some phone no").
-define(AppSid, yerappsid).
-define(AccountSid, yeraccsid).
-define(AuthToken, yerauthtoken).

0 comments on commit ec2aff4

Please sign in to comment.