-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathapp.json
More file actions
25 lines (24 loc) · 830 Bytes
/
app.json
File metadata and controls
25 lines (24 loc) · 830 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
{
"name": "Twilio Ruby Starter",
"description": "Pre-configured project to do some interesting Twilio stuff using Ruby and the light-weight Sinatra web framework",
"keywords": ["Twilio", "Ruby", "voice", "sms"],
"website": "https://github.com/twilio/starter-ruby",
"success_url": "/",
"env": {
"TWILIO_ACCOUNT_SID": {
"description": "You can find this on your Twilio Account info page",
"required": true
},
"TWILIO_AUTH_TOKEN": {
"description": "You can find this on your Twilio Account info page",
"required": true
},
"TWILIO_NUMBER": {
"description": "Outgoing Caller ID you have previously validated with Twilio",
"required": true
}
},
"addons": [
"papertrail"
]
}