forked from prabathLK/PRABATHMD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
34 lines (27 loc) · 805 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
24
25
26
27
28
29
30
31
32
33
34
{
"name": "PRABATH-MD (2.1.3)",
"description": "PRABATH-MD has been designed to make things easier and fun while using WhatsApp. 👨💻❤️",
"logo": "https://telegra.ph/file/ad25b2227fa2a1a01b707.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "multi device", "prabath-md"],
"success_url": "/",
"env": {
"BOT_NUMBER": {
"description": "Put the number here.",
"required": true
},
"SESSION_ID": {
"description": "Put the session-id here.",
"required": false
},
"GITHUB_AUTH_TOKEN": {
"description": "Put your github authtoken here.",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}