Files
game-server-watcher/app.json
2022-07-30 13:07:41 +02:00

30 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
},
"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
}
}
}