Files
sdk-starter-python/.env.example
Silver Kuusk af5e7aa35e Add vide config to example file
App will fail with 500 in case there is no empty TWILIO_CONFIGURATION_SID key in env file. Adding it to example config file.
2017-05-18 16:59:50 +03:00

18 lines
276 B
Plaintext

# Required for all uses
TWILIO_ACCOUNT_SID=
TWILIO_API_KEY=
TWILIO_API_SECRET=
# Required for Chat
TWILIO_CHAT_SERVICE_SID=
# Required for Notify
TWILIO_NOTIFICATION_SERVICE_SID=
# Required for Sync
TWILIO_SYNC_SERVICE_SID=
# Required for Video
TWILIO_CONFIGURATION_SID=