-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
22 lines (19 loc) · 910 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export TWILIO_ACCOUNT_SID=ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# The Twilio number for making outbound and receiving inbound calls
# Purchase a Twilio phone number in the console
# https://www.twilio.com/console/phone-numbers/search
export TWILIO_CALLER_ID=+1XXXYYYZZZZ
# SID of your TwiML Application
# Create a new TwiML app in the console
# https://www.twilio.com/console/voice/twiml/apps
# OR with the Twilio CLI
# twilio api:core:applications:create --friendly-name=voice-client-javascript
export TWILIO_TWIML_APP_SID=APXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Your REST API Key information
# Create a new key in the console
# https://www.twilio.com/console/project/api-keys
# OR with the Twilio CLI
# twilio api:core:keys:create --friendly-name=voice-client-javascript -o json
# NOTE: Make sure to copy the secret, it will only be displayed once
export API_KEY=SKXXXXXXXXXXXX
export API_SECRET=XXXXXXXXXXXXXX