Files
game-server-watcher/app.json
Smith 283f8c3b33 add heroku 1 click deployment support
* Procfile, app.json, `PORT` env
2022-06-17 01:28:45 +02:00

31 lines
1.0 KiB
JSON

{
"name": "Game Server Watcher",
"description": "A simple discord/telegram bot that can be hosted on a free service to monitor your game servers and players in style. 😎",
"website": "https://github.com/a-sync/game-server-watcher",
"repository": "https://github.com/a-sync/game-server-watcher",
"logo": "https://i.imgur.com/2Ok3pxv.png",
"env": {
"SECRET": {
"description": "Admin secret",
"required": true,
"generator": "secret"
},
"REFRESH_TIME_MINUTES": {
"description": "Game server info refresh interval in minutes [DEPRECETED]",
"required": true,
"value": "5"
},
"DISCORD_BOT_TOKEN": {
"description": "Discord bot token",
"required": false
},
"TELEGRAM_BOT_TOKEN": {
"description": "Telegram bot token",
"required": false
},
"STEAM_WEB_API_KEY": {
"description": "Steam web API key",
"required": false
}
}
}