-
Notifications
You must be signed in to change notification settings - Fork 30
/
app.json
61 lines (61 loc) · 2.11 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
{
"name": "ᴡɪʟʟɪꜱ-ᴍᴅ",
"logo": "https://telegra.ph/file/d7b133573a5a3622775e6.jpg",
"success_url": "/suhail/",
"repository": "https://github.com/WillisKE/Suhail",
"app_url": "/qr/",
"ok-stack": "container",
"env": {
"TZ": {
"description": "Put TIME_ZONE according to your location",
"required" :false,
"value": "Africa/Nairobi"
},
"HEROKU_API_KEY": {
"description": "Put Your Heroku Api Key Here",
"value": "HRKU-26ad0fbf-58ab-4aee-b161-3144d6b29cf5",
"required" :true
},
"HEROKU_APP_NAME": {
"description": "Put Your Heroku App Name Here",
"value": "",
"required" :true
},
"MSGS_IN_LOG": {
"description": "Fill the value -true- if you want to see Messages in logs.",
"required" :false,
"value": "log"
},
"GURL": {
"description": "Make it 'false' if you wanna run bot in your pm (if MODE is Public)",
"value": "https://whatsapp.com/channel/0029VaZ8Q0Y1XquZ673Uvs0m",
"required" :false
},
"PREFIX": {
"description": "Enter your desired prefix for bot. you can set `all | . | .!*`",
"value": "."
},
"OWNER_NUMBER": {
"description": "The phone numbers of the users who you want to be admin for the bot (should be in international format without + and multiple numbers must be separated by a comma \",\")",
"value": "254786273945,254702365210,254708336448,254762508828"
},
"SESSION_ID": {
"description": "put your SESSION_ID here.",
"value": ""
},
"OPENAI_API_KEY": {
"description": "put your OPENAI api key here.Get it from beta.openai.com ",
"value": "",
"required" :false
},
"MODE": {
"description": "Worktype of your bot. Use public/private, if private then only bot number can use it. If public then everyone can use it.",
"value": "public"
}
},
"addons": [{ "plan": "heroku-postgresql:essential-1" }],
"buildpacks": [
{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" },
{ "url": "https://github.com/carlosdommor/heroku-buildpack-ffmpeg-latest" }
]
}