forked from DiscordGSM/GameServerMonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
35 lines (35 loc) · 1.12 KB
/
app.json
File metadata and controls
35 lines (35 loc) · 1.12 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
{
"name": "Discord Game Server Monitor",
"description": "📺 Monitor your game servers on Discord and tracks the live data of your game servers.",
"repository": "https://github.com/DiscordGSM/GameServerMonitor",
"logo": "https://discordgsm.com/android-chrome-192x192.png",
"keywords": ["discordgsm", "query", "gameserver", "gameservers", "monitor", "dgsm", "game-servers", "discord", "gaming", "game"],
"env": {
"HEROKU_APP_NAME": {
"description": "Heroku App name - same as the app name set above",
"value": ""
},
"APP_TOKEN": {
"description": "Discord Bot Token (https://discordgsm.com/guide/how-to-get-a-discord-bot-token)",
"value": ""
},
"WHITELIST_GUILDS": {
"description": "Discord Guild ID, if more than one, separate with ;",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "heroku/nodejs"
}
],
"addons": [
{
"plan": "heroku-postgresql"
}
],
"success_url": "/"
}