nyx/app.json

22 lines
502 B
JSON
Raw Normal View History

2021-06-12 13:16:08 +02:00
{
"name": "NYX - CODM Bot",
2021-06-12 13:16:08 +02:00
"description": "Host cath.exe through Heroku",
"keywords": ["bot", "nyx", "codm", "discord", "gunsmith"],
2021-06-12 13:16:08 +02:00
"repository": "https://github.com/night0721/cath.exe",
"env": {
"TOKEN": {
"description": "Bot Token from https://discord.com/developers/applications",
"value": ""
},
"MONGO": {
"description": "MongoDB URI from https://mongodb.com/",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}