Created
November 1, 2011 03:40
-
-
Save adatta02/1329822 to your computer and use it in GitHub Desktop.
sext du jour services.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
twilio_app_id: MY_ID | |
twilio_token: MY_TOKEN | |
twilio_number: MY_REGISTERED_NUMBER | |
services: | |
twilio: | |
class: Services_Twilio | |
arguments: [%twilio_app_id%, %twilio_token%, "2010-04-01", NULL, %twilio_number%] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment