Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created January 3, 2019 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaryKuz/db6ddcfcaed1316119e135b7bddb5cd4 to your computer and use it in GitHub Desktop.
Save MaryKuz/db6ddcfcaed1316119e135b7bddb5cd4 to your computer and use it in GitHub Desktop.
SMS messenger example
development:
:url: 'https://api.twilio.com/2010-04-01/Accounts/your_account_sid/Messages.json'
:auth_username: username
:auth_password: password
:phone_from: +1111111111
staging:
:url: 'https://api.twilio.com/2010-04-01/Accounts/your_account_sid/Messages.json'
:auth_username: username
:auth_password: password
:phone_from: +1111111111
production:
:url: 'https://api.twilio.com/2010-04-01/Accounts/your_account_sid/Messages.json'
:auth_username: username
:auth_password: password
:phone_from: +1111111111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment