1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-15 14:56:40 +00:00

first pass at setting up app.json

This commit is contained in:
Anson Biggs 2023-04-09 13:06:58 -06:00
parent bf37d4f0ea
commit 883ee2b9e9

26
app.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "Simple Stock Bot: Telegram",
"description": "Deploy the Telegram version of the Simple Stock Bot to Heroku",
"keywords": [
"stock",
"telegram",
"chat bot"
],
"website": "https://simplestockbot.com/",
"repository": "https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot",
"logo": "https://gitlab.com/uploads/-/system/project/avatar/10295651/TelegramLogo.jpg",
"env": {
"TELEGRAM": {
"description": "Telegram API key.",
"required": true
},
"MARKETDATA": {
"description": "(https://www.marketdata.app/ API key.",
"required": false
},
"STRIPE": {
"description": "Optional, API key for stripe integration.",
"required": false
}
}
}