Skip to content

Commit 370a328

Browse files
committed
Moving .env to .env.example
1 parent 2ea6fa2 commit 370a328

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

mcp-server/.env.example

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# description: Your Twilio Account SID
2+
# format: text
3+
# required: true
4+
ACCOUNT_SID=ACxxx
5+
6+
# description: Your Twilio Auth Token
7+
# format: text
8+
# required: true
9+
AUTH_TOKEN=abc
10+
11+
# description: Your Twilio API Key
12+
# format: text
13+
# required: true
14+
API_KEY=SKxxx
15+
16+
# description: Your Twilio API Secret
17+
# format: text
18+
# required: true
19+
API_SECRET=abc

0 commit comments

Comments
 (0)