-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapp.json
40 lines (35 loc) · 1019 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
35
36
37
38
39
40
{
"name": "PRABATH-MD (2.0.6)",
"description": "PRABATH-MD has been designed to make things easier and fun while using WhatsApp. 👨💻❤️",
"logo": "https://telegra.ph/file/ad25b2227fa2a1a01b707.jpg",
"keywords": ["prabath", "bot", "whatsapp bot", "multi device", "prabath-md"],
"success_url": "/",
"env": {
"BOT_NUMBER": {
"description": "Put the number here.",
"required": true
},
"PASSWORD": {
"description": "Enter a password of your choice here",
"required": true
},
"SESSION_ID": {
"description": "Enter session-id here",
"required": false
},
"GITHUB_USERNAME": {
"description": "Put your github username here.",
"required": true
},
"GITHUB_AUTH_TOKEN": {
"description": "Put your github auth-token here.",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-22"
}