forked from Dark-Town/GHOST-RIDER
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
66 lines (56 loc) · 1.54 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "GHOST-RIDER",
"description": "GHOST-RIDER Whatsapp bot © ᴄʀᴇᴀᴛᴇᴅ ʙʏ TCRONEB HACKX ZW ᴄᴏᴅᴇʀ · · ·",
"logo": "https://i.ibb.co/hsjG5HR/1733732474108.jpg",
"keywords": ["bot"],
"success_url": "/",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Put the session-id here.",
"required": true,
"value": ""
},
"MODE": {
"description": "select your bot work type public-private-inbox-group.",
"required": true,
"value": "public"
},
"AUTO_VOICE": {
"description": "Make it true if you want bot auto voice.",
"required": true,
"value": "true"
},
"AUTO_REPLY": {
"description": "Make it true if you want bot auto reply.",
"required": true,
"value": "true"
},
"AUTO_STICKER": {
"description": "Make it true if you want bot auto sticker.",
"required": true,
"value": "false"
},
"AUTO_READ_STATUS": {
"description": "Make it true if you want bot auto auto_read_status.",
"required": true,
"value": "true"
},
"FAKE_RECORDING": {
"description": "Make it true if you want bot fake record.",
"required": true,
"value": "true"
},
"AUTO_REACT": {
"description": "Make it true if you want bot AutoReact.",
"required": true,
"value": "false"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}