From 08a0e1662e55be31f53961b39121522ba0e257c2 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 2 Jul 2017 19:13:24 +0300 Subject: [PATCH] Delete app.json --- app.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app.json 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" - } - } -}