Skip to content

Instantly share code, notes, and snippets.

@dsasse07
Created January 10, 2021 20:44
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 dsasse07/50a621c12faf8b8307ce66dc65b6d7ed to your computer and use it in GitHub Desktop.
Save dsasse07/50a621c12faf8b8307ce66dc65b6d7ed to your computer and use it in GitHub Desktop.
Setting up .env for Twilio integration
export TWILIO_ACCOUNT_SID='AC###################################'
export TWILIO_AUTH_TOKEN='################################'
#your account_sid and auth_token can be found on your Twilio console at twilio.com/console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment