forked from Devenlee350/PRABATHMD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
34 lines (27 loc) · 867 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": "NOVA-MD (2.1.3)",
"description": "NOVA-MD has been designed to make things easier and fun while using WhatsApp. 👨💻❤️",
"logo": "https://imgur.com/3Fq3Ucq",
"keywords": ["nodejs", "bot", "whatsapp bot", "multi device", "prabath-md"],
"success_url": "/",
"env": {
"BOT_NUMBER": {
"description": "263784562833",
"required": true
},
"SESSION_ID": {
"description": "PRABATH-MD~xilAjTjZ#Kfo8lIgmuNN5R8UOemQbHUbSk4hHb_TdtiM_QMP7db0",
"required": true
},
"GITHUB_AUTH_TOKEN": {
"description": "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",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}