Create .env.template

This commit is contained in:
Rachel Ruderman 2020-07-03 01:18:34 -07:00
parent 36edd07f2e
commit c02a37b1e9
1 changed files with 6 additions and 0 deletions

6
.env.template vendored Normal file
View File

@ -0,0 +1,6 @@
# Required for all uses
# It takes 2 mins to get a free twilio account https://www.twilio.com/login
# Fill in your credentials below and rename this file to .env
TWILIO_ACCOUNT_SID=YourAccountSIDHere
LOCAL_AUTH_TOKEN=YourAuthTokenHere