-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 747 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Twilio.org Rapid Response Kit",
"description": "The Twilio-powered Rapid Response Kit gives you the elements to build and deploy communications apps quickly and easily.",
"logo": "https://www.twilio.com/bundles/marketing/img/logos/wordmark-red.svg",
"repository": "https://github.com/Twilio-org/rapid-response-kit",
"keywords": ["twilio", "python", "flask"],
"env": {
"SECRET_KEY": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"
},
"TWILIO_ACCOUNT_SID": {
"description": "Your Twilio account id",
"required": true
},
"TWILIO_AUTH_TOKEN": {
"description": "Your Twilio authentication token",
"required": true
}
}
}