forked from Ren232/mcgg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
44 lines (44 loc) · 1.25 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
{
"name": "MCGG",
"description": "A Web-based minecraft server",
"keywords": [
"games",
"minecraft"
],
"logo": "https://raw.githubusercontent.com/Ren232/mcgg/master/logo.jpg",
"repository": "https://github.com/ren232/mcgg",
"env": {
"MINECRAFT_EULA": {
"description": "Do you accept the Minecraft EULA?",
"value": "true",
"required": true
},
"DROPBOX_API_TOKEN": {
"description": "Your personal dropbox API token (Goto https://www.dropbox.com/developers/apps Click on create app, Select Dropbox API, Select App folder, Name the app & create it, Click on the app, Goto Generated access token, Click on Generate and Copy the key.) ",
"required": true
},
"DNSEXIT_DNS": {
"description": "Your personal DnsExit DNS hostname (Not required)",
"required": false
},
"DNSEXIT_USER": {
"description": "Your DnsExit Username (Not required)",
"required": false
},
"DNSEXIT_PASS": {
"description": "Your DnsExit User password (Not required)",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/jvm"
},
{
"url": "https://github.com/ren232/mcgg"
},
{
"url": "https://github.com/heroku/heroku-buildpack-php"
}
]
}