forked from Kingdragony/TIGER-RADIOACTIVE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 1.11 KB
/
app.json
File metadata and controls
32 lines (32 loc) · 1.11 KB
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": "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
},
"autolikestatus": {
"description": "Type true if you want bot to automatically like status updates, this will only work if AUTOVIEW_STATUS is true.",
"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"
}
]
}