diff --git a/app.json b/app.json deleted file mode 100644 index 6199a6a..0000000 --- a/app.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "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" - }, - "VK_APP": { - "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" - } - } -}