forked from Dark-Xploit/SPACE-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
82 lines (82 loc) · 2.44 KB
/
app.json
File metadata and controls
82 lines (82 loc) · 2.44 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "SPACE-MD",
"description": "SPACE-MD, your day to day assistant!",
"logo": "https://files.catbox.moe/ia1mgm.jpg",
"keywords": [],
"repository": "https://github.com/Dark-Xploit/SPACE-MD",
"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
},
"BOT_ADMIN": {
"description": "Enter your phone number to gain administrative access to the bot.",
"value": "254712345678",
"required": true
},
"GITHUB_USERNAME": {
"description": "You must set your github username to use the bot unless you're a premium user",
"value": "",
"required": false
},
"BOT_PASSWORD": {
"description": "This will be used as auth code for others who'll connect using the app web",
"value": "12345678",
"required": false
},
"PREMIUM_KEY": {
"description": "If you purchased a premium membership, enter the key you received here otherwise leave blank",
"value": "",
"required": false
},
"MAX_SESSIONS": {
"description": "If you purchased a premium membership, enter the session limit you received here otherwise leave blank.",
"value": "",
"required": false
},
"EXPIRY": {
"description": "If you purchased a premium membership, enter the expiry date you received here otherwise leave blank",
"value": "",
"required": false
},
"ANTI_DELETE": {
"description": "Antidelete and Antiedit functionality, set true to enable and false to disable. (⚠️ This function consumes a lot of memory + storage, only enable if you have enough resources ⚠️)",
"value": "",
"required": false
},
"ADMIN_PASSWORD": {
"description": "This will be used as a password for gaining administrative access to the bot",
"value": "11223344",
"required": false
},
"TELEGRAM_BOT_TOKEN": {
"description": "Enter telegram bot token for interaction with this bot via telegram (optional)",
"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"
}
]
}