forked from Dark-Xploit/CypherX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 823 Bytes
/
app.json
File metadata and controls
37 lines (37 loc) · 823 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
{
"name": "CypherX",
"description": "CypherX, your friendly assistant!",
"logo": "https://i.ibb.co/nqsRcKDB/Xploader4.jpg",
"keywords": [],
"repository": "https://github.com/Dark-Xploit/CypherX",
"stack": "container",
"addons": [
{
"plan": "heroku-postgresql"
}
],
"scripts": {
"start": "node index.js"
},
"env": {
"SESSION_ID": {
"description": "Must begin with 'XPLOADER-BOT:~' or 'CYPHER-X:~'.",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}