We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403b24d commit 29daa57Copy full SHA for 29daa57
chat-token/.env
@@ -1,6 +1,17 @@
1
-# API key for your Twilio Account
+# description: API key for your Twilio Account
2
+# format: text
3
+# link: https://www.twilio.com/console/runtime/api-keys/create
4
+# required: true
5
API_KEY=
-# API secret for your API Key
6
+
7
+# description: API secret for your API Key
8
+# format: secret
9
10
11
API_SECRET=
-# 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
17
CHAT_SERVICE_SID=
0 commit comments