From 92839185f4884c19ff4a47dde09954d6d05ce3b4 Mon Sep 17 00:00:00 2001 From: Aran Date: Fri, 10 Apr 2020 21:26:37 +0200 Subject: [PATCH] Update .env.template (#5) Rename auth token to reflect variable used in code --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 52f4c39..ad9d69a 100644 --- a/.env.template +++ b/.env.template @@ -3,4 +3,4 @@ # Fill in your credentials below and rename this file to .env TWILIO_ACCOUNT_SID=YourAccountSIDHere -LOCAL_TWILLIO_SID=YourAuthTokenHere \ No newline at end of file +LOCAL_AUTH_TOKEN=YourAuthTokenHere