-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
23 lines (22 loc) · 900 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Text-based Call Center App with WhatsApp",
"description": "A Vonage Messages API demo, using the Messages API Sandbox",
"repository": "https://github.com/nexmo-community/text-based-whatsapp-callcenter",
"keywords": ["whatsapp", "node", "heroku", "nexmo", "vonage", "emoji"],
"image": "heroku/nodejs",
"addons": [ "heroku-redis:hobby-dev"],
"env": {
"NEXMO_API_KEY": {
"description": "Find your account API key and secret on the dashboard https://dashboard.nexmo.com"
},
"NEXMO_API_SECRET": {
"description": "Find your account API key and secret on the dashboard https://dashboard.nexmo.com"
},
"NEXMO_APPLICATION_ID": {
"description": "Create an application in the dashboard and put its ID here"
},
"NEXMO_APPLICATION_PRIVATE_KEY": {
"description": "Application private key with \n replacing newlines"
}
}
}