-
Notifications
You must be signed in to change notification settings - Fork 855
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (36 loc) · 935 Bytes
/
app.json
File metadata and controls
41 lines (36 loc) · 935 Bytes
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
{
"name": "LARA-MD",
"description": "LARA-MD Whatsapp bot © ᴄʀᴇᴀᴛᴇᴅ ʙʏ ꜱᴀᴅᴇᴇꜱʜᴀ ᴄᴏᴅᴇʀ · · ·",
"logo": "https://i.ibb.co/YZFg7Pq/IMG-20241127-WA0058.jpg",
"keywords": ["bot"],
"success_url": "/",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Put the session-id here.",
"required": true,
"value": ""
},
"GITHUB_USER_NAME": {
"description": "put your github name",
"required": true,
"value": ""
},
"GITHUB_AUTH_TOKEN": {
"description": "put your github auth token without gph_",
"required": true,
"value": ""
},
"OWNE_NUMBER": {
"description": "Add your number",
"required": true,
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}