Skip to content

Commit 3a5ac6d

Browse files
committed
Adding links for .env.example
1 parent 370a328 commit 3a5ac6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mcp-server/.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# description: Your Twilio Account SID
22
# format: text
3+
# link: https://www.twilio.com/console
34
# required: true
45
ACCOUNT_SID=ACxxx
56

67
# description: Your Twilio Auth Token
78
# format: text
9+
# link: https://www.twilio.com/console
810
# required: true
911
AUTH_TOKEN=abc
1012

1113
# description: Your Twilio API Key
1214
# format: text
15+
# link: https://www.twilio.com/console/project/api-keys
1316
# required: true
1417
API_KEY=SKxxx
1518

1619
# description: Your Twilio API Secret
1720
# format: text
21+
# link: https://www.twilio.com/console/project/api-keys
1822
# required: true
1923
API_SECRET=abc

0 commit comments

Comments
 (0)