-
-
Save dsasse07/50a621c12faf8b8307ce66dc65b6d7ed to your computer and use it in GitHub Desktop.
Setting up .env for Twilio integration
This file contains hidden or 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
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