-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (21 loc) · 754 Bytes
/
app.json
File metadata and controls
22 lines (21 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Cyber Lord session",
"description": "A session generator platform for all WA bot, Created by Cyber Lord jux to simplify your digital lives",
"logo": "https://telegra.ph/file/dc73e16b9988c7c56b56f.jpg",
"repository": "https://github.com/kingmalvn/malvin.session",
"keywords": ["malvin.session"],
"success_url": "/",
"buildpacks": [{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" } ],
"env": {
"PORT": {
"description": "Port for web app.4000,5000,3000... any!",
"value": "5000",
"required": false
},
"MESSAGE": {
"description": "set session id conformation message",
"value": "",
"required": false
}
}
}