mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-14 14:19:20 +08:00
10 lines
361 B
Plaintext
10 lines
361 B
Plaintext
# Required for all uses
|
|
# It takes like 2 mins to get a free twilio account https://www.twilio.com/login
|
|
|
|
TWILIO_ACCOUNT_SID=YourAccountSID
|
|
TWILIO_AUTH_TOKEN=YourAccountAuthToken
|
|
|
|
# Example data of how yours should look, these are NOT real credentials
|
|
# TWILIO_ACCOUNT_SID=ACfc1205a2b725a7a314995eb8635a1234
|
|
# TWILIO_AUTH_TOKEN=9ab12b8ac190d20687aff0561234dbc1
|