-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapp.json
More file actions
25 lines (25 loc) · 767 Bytes
/
app.json
File metadata and controls
25 lines (25 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "Twilio Client Server",
"description": "A simple php server to distribute capability tokens and route calls for your mobile app",
"repository": "https://github.com/jconst/twilio-client-server",
"logo": "https://www.twilio.com/packages/company/img/logos_downloadable_logobrand.png",
"keywords": [
"twilio",
"client",
"mobile"
],
"env": {
"TWILIO_ACCOUNT_SID": {
"description": "Your Twilio account id",
"required": true
},
"TWILIO_AUTH_TOKEN": {
"description": "Your Twilio authentication token",
"required": true
},
"TWILIO_APP_SID": {
"description": "The app sid for the TwiML app (in Account->Dev Tools->TwiML Apps) that points to this server",
"required": true
}
}
}