mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 23:06:40 +00:00
first pass at setting up app.json
This commit is contained in:
parent
bf37d4f0ea
commit
883ee2b9e9
26
app.json
Normal file
26
app.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user