From d0b3cf7107567b92510bfe7fa3435d5f2bc9327a Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 2 Jul 2017 18:55:58 +0300 Subject: [PATCH] Create app.json --- app.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..491c56f --- /dev/null +++ b/app.json @@ -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" + } + } +}