Skip to content

Instantly share code, notes, and snippets.

@stujo
Created October 21, 2014 21:54
Show Gist options
  • Save stujo/4ef2ecc487bc372146fe to your computer and use it in GitHub Desktop.
Save stujo/4ef2ecc487bc372146fe to your computer and use it in GitHub Desktop.
dotenv Twilio .env Example
account_sid = ENV['TWILIO_ACCOUNT_SID']
auth_token = ENV['TWILIO_AUTH_TOKEN']
from_number = ENV['TWILIO_PHONE_FROM']
to_number = ENV['TWILIO_PHONE_TO']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment