Skip to content

Instantly share code, notes, and snippets.

@adatta02
Created November 1, 2011 03:40
Show Gist options
  • Save adatta02/1329822 to your computer and use it in GitHub Desktop.
Save adatta02/1329822 to your computer and use it in GitHub Desktop.
sext du jour services.yml
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