Initial commit of Twilio Server Starter for Python

This commit is contained in:
Jeffrey Linwood
2016-11-14 10:41:18 -06:00
parent 5430cce36c
commit 49b3c6d012
20 changed files with 1259 additions and 2 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
# Required for all uses
TWILIO_ACCOUNT_SID=
TWILIO_API_KEY=
TWILIO_API_SECRET=
# Required for Video
TWILIO_CONFIGURATION_SID=
# Required for IP Messaging
TWILIO_IPM_SERVICE_SID=
# Required for Notify
TWILIO_NOTIFICATION_SERVICE_SID=
TWILIO_APN_CREDENTIAL_SID=
TWILIO_GCM_CREDENTIAL_SID=
# Required for Sync
TWILIO_SYNC_SERVICE_SID=