mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-14 22:29:20 +08:00
5d4e783977
This reverts commit ca37f1d672
.
10 lines
393 B
Bash
10 lines
393 B
Bash
# Required for all uses
|
|
# It takes like 2 mins to get a free twilio account https://www.twilio.com/login
|
|
|
|
TWILIO_ACCOUNT_SID=ACfc9705a2b725a7a314995eb8635a9079
|
|
TWILIO_AUTH_TOKEN=9ab36b8ac190d20687aff0561749dbc1
|
|
|
|
# Example data of how yours should look, these are NOT real credentials
|
|
# TWILIO_ACCOUNT_SID=ACfc9705a2b725a7a314995eb8635a1234
|
|
# TWILIO_AUTH_TOKEN=9ab36b8ac190d20687aff0561234dbc1
|