Skip to content

Commit 29daa57

Browse files
committed
chore(chat-token): update env file
1 parent 403b24d commit 29daa57

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

chat-token/.env

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# API key for your Twilio Account
1+
# description: API key for your Twilio Account
2+
# format: text
3+
# link: https://www.twilio.com/console/runtime/api-keys/create
4+
# required: true
25
API_KEY=
3-
# API secret for your API Key
6+
7+
# description: API secret for your API Key
8+
# format: secret
9+
# link: https://www.twilio.com/console/runtime/api-keys/create
10+
# required: true
411
API_SECRET=
5-
# SID of your Twilio Chat Service (https://www.twilio.com/docs/api/chat/rest/services)
12+
13+
# description: SID of your Twilio Chat Service
14+
# format: sid
15+
# link: https://www.twilio.com/docs/api/chat/rest/services
16+
# required: true
617
CHAT_SERVICE_SID=

0 commit comments

Comments
 (0)