Delete app.json
This commit is contained in:
parent
05b8410776
commit
08a0e1662e
28
app.json
28
app.json
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user