forked from VajiraTech/VAJIRA_MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
29 lines (25 loc) · 790 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
{
"name": "VAJIRA-MD",
"description": "VAJIRA-MD has been designed to make things easier and fun while using WhatsApp. 👨💻❤️",
"logo": "https://pomf2.lain.la/f/aqi35mmg.jpg",
"keywords": ["vajiramd", "bot", "whatsapp bot", "multi device", "vajira-md"],
"success_url": "/",
"env": {
"SESSION_ID": {
"description": "Type the Session-ID you got from scaning QR",
"required": true,
"value": "put session id here"
},
"OWNER_NUMBER": {
"description": "Type Your Number Here",
"required": true,
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}