forked from Kingdragony/Tiger-Bugbot-Radiation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
29 lines (28 loc) · 948 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": "Classic-v3-BUG",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/Samue-l1/Classic-V4",
"logo": "https://telegra.ph/file/d2a1d3bbfabf34fabe666.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"]
"env": {
"autoviewstatus": {
"description": "Put TRUE,if you want the bot to view status ",
"required": false
},
"HEROKU_API_KEY": {
"description": "Heroku account api key, https://dashboard.heroku.com/account",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}