Slide 19
Slide 19 text
$ cat app.json
{
"name": "Appointment Reminders (Django)",
"description": "Appointment Reminders in Django with Twilio",
"repository": "https://github.com/atbaker/appointment-reminders-django",
"addons": [
"heroku-postgresql:hobby-dev",
"redistogo:nano"
],
"env": {
"TWILIO_ACCOUNT_SID": {
"description": "Your Twilio account secret ID",
"value": "enter_your_account_sid_here",
"required": true
},
...
}
}
app.json