Create app.json

This commit is contained in:
Sergey 2017-07-02 18:55:58 +03:00 committed by GitHub
parent 31883dd719
commit d0b3cf7107

27
app.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "tgvkbot",
"description": "Бот позволяет получать и отправлять сообщения VK находясь в Telegram",
"repository": "https://github.com/Kylmakalle/tgvkbot",
"keywords": ["vk", "bot", "telegram"],
"env": {
"TELEGRAM_TOKEN": {
"description": "Telegram bot API токен от https://t.me/BotFather",
"value": "123456789:AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLL"
},
"ADMIN1": {
"description": "ID VK приложения из https://vk.com/apps?act=manage",
"required": true
},
"addons": [
{
"plan": "heroku-redis:hobby-dev",
"as": "Redis"
}
],
"formation": {
"bot": {
"quantity": 1,
"size": "free"
}
}
}