forked from DarkMakerofc/QueenElisa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
32 lines (32 loc) · 921 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
{
"name": "QUEEN_ELISA-MD",
"description": "Queen Elisa Whatsapp Bot By ELISACODERS. You Must Fill This form for deploy bot !",
"repository": "https://github.com/darkmakerofc/QueenElisa",
"logo": "https://raw.githubusercontent.com/darkmakerofc/QueenElisa/4.0.0-V/repo-data/repo-logo.jpg",
"keywords": [
"nodejs",
"Bot",
"WhatsApp QUEEN-ELISA-MD Bot"
],
"env": {
"SESSION_ID": {
"description": "Get using Scan QR Code or Using Pair code.",
"required": true
},
"MONGODB_URL": {
"description": "Put Mongodb Database Url for Run Bot",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}