forked from DiscordGSM/DiscordGSM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
31 lines (31 loc) · 1.09 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
{
"name": "Supreme-Elite Server Monitor",
"description": "Monitor game servers on Discord",
"repository": "https://github.com/Supreme-Elite/DiscordGSM",
"logo": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/25/254acdddb7d8534c4715c74fb3b4afcd0997ca31_full.jpg",
"keywords": ["discordgsm", "query", "gameserver", "gameservers", "monitor", "dgsm", "game-servers", "discord", "gaming", "game"],
"env": {
"DGSM_TOKEN": {
"description": "Bot token - You can get it on https://discordapp.com/developers/applications/",
"value": ""
},
"SERVERS_JSON_URL": {
"description": "servers.json download url (You can set it later)",
"value": "",
"required": false
},
"SETTINGS_JSON_URL": {
"description": "settings.json download url (You can set it later)",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "heroku/nodejs"
}
]
}