forked from uwtechshow-official/Queen-Spriky-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
33 lines (27 loc) · 726 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
{
"name": "QUEEN SPRIKY MD WHATSAPP BOT",
"description": "Button Supported WhatsApp Bot Developed By Udavin",
"logo": "https://github.com/uwtechshow-official/Spriky-Database/blob/main/Logo/Bot.jpg?raw=true",
"keywords": ["bot"],
"success_url": "/",
"env": {
"SESSION_ID": {
"description": "Put the session-id here.",
"required": true
},
"MONGODB": {
"description": "Enter Your Mongodb Url Here.",
"required": true
},
"OwnerNumber": {
"description": "Enter Your Owner Number Here.",
"required": false
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}